#188EA6

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

Shades of Pelorous #188EA6

Tints of Pelorous #188EA6

Color information

#188EA6 (or 0x188EA6) is unknown color: approx Pelorous. HEX triplet: 18, 8E and A6. RGB value is (24,142,166). Sum of RGB (Red+Green+Blue) = 24+142+166=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 166 (65.23% from 255 or 50% from 332); Max value from RGB is 166 - color contains mainly: blue. Hex color #188EA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188EA6 is #E77159. Grayscale: #6D6D6D. Windows color (decimal): -15167834 or 10915352. OLE color: 10915352.

HSL color Cylindrical-coordinate representation of color #188EA6: hue angle of 190.14º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188EA6 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB24142166-
CMYK0.860.1400.35
HSL190.14º74.74%37.25%-
HSV(B)190.14º85.54%65.1%-
XYZ16.9322.2939.49-
YUV109.45159.9167.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.23%
GREEN value IS 142 (55.86% from 255) = 42.77%
BLUE value IS 166 (65.23% from 255) = 50%
R=7.23%
G=42.77%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241421660.860.1400.35190.1474.7437.25
Hex188EA656E023be4b25
Octal302162461261604327611345
Binary110001000111010100110101011011100100011101111101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188EA6; }

 p { color: rgb(24,142,166); }

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

<style>
 a { background-color: #188EA6; }

 a { background-color: rgb(24,142,166); }

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

<style>
 span { border-color: #188EA6; }

 span { border-color: rgb(24,142,166); }

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