#27B1C4

Color #27B1C4 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #27B1C4

Tints of Pelorous #27B1C4

Color information

#27B1C4 (or 0x27B1C4) is unknown color: approx Pelorous. HEX triplet: 27, B1 and C4. RGB value is (39,177,196). Sum of RGB (Red+Green+Blue) = 39+177+196=412 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.47% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 196 - color contains mainly: blue. Hex color #27B1C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27B1C4 is #D84E3B. Grayscale: #898989. Windows color (decimal): -14175804 or 12890407. OLE color: 12890407.

HSL color Cylindrical-coordinate representation of color #27B1C4: hue angle of 187.26º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27B1C4 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB39177196-
CMYK0.800.1000.23
HSL187.26º66.81%46.08%-
HSV(B)187.26º80.1%76.86%-
XYZ26.5235.8657.75-
YUV137.9160.7857.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 9.47%
GREEN value IS 177 (69.53% from 255) = 42.96%
BLUE value IS 196 (76.95% from 255) = 47.57%
R=9.47%
G=42.96%
B=47.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal391771960.800.1000.23187.2666.8146.08
Hex27B1C450A017bb432e
Octal472613041201202727310356
Binary100111101100011100010010100001010010111101110111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27B1C4; }

 p { color: rgb(39,177,196); }

 H1.HeaderClassName
 {
   color: #27B1C4;
 }
 .AnyTagClassName
 {
   color: #27B1C4;
 }
</style>
background-color css

<style>
 a { background-color: #27B1C4; }

 a { background-color: rgb(39,177,196); }

 div.DivClassName
 {
   background-color: #27B1C4;
 }
 .BgClassName
 {
   background-color: #27B1C4;
 }
</style>
border-color css

<style>
 span { border-color: #27B1C4; }

 span { border-color: rgb(39,177,196); }

 td.TdClassName
 {
   border-color: #27B1C4;
 }
 .TagClassName
 {
   border-color: #27B1C4;
 }
</style>