#1f8eab

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

Shades of Pelorous #1F8EAB

Tints of Pelorous #1F8EAB

Color information

#1F8EAB (or 0x1F8EAB) is unknown color: approx Pelorous. HEX triplet: 1F, 8E and AB. RGB value is (31,142,171). Sum of RGB (Red+Green+Blue) = 31+142+171=344 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.01% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F8EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8EAB is #E07154. Grayscale: #6F6F6F. Windows color (decimal): -14709077 or 11243039. OLE color: 11243039.

HSL color Cylindrical-coordinate representation of color #1F8EAB: hue angle of 192.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F8EAB is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB31142171-
CMYK0.820.1700.33
HSL192.43º69.31%39.61%-
HSV(B)192.43º81.87%67.06%-
XYZ17.5922.5841.96-
YUV112.12161.2370.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.01%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=9.01%
G=41.28%
B=49.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal311421710.820.1700.33192.4369.3139.61
Hex1F8EAB5211021c04528
Octal372162531222104130010550
Binary1111110001110101010111010010100010100001110000001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f8eab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1f8eab; }

 p { color: rgb(31,142,171); }

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

<style>
 a { background-color: #1f8eab; }

 a { background-color: rgb(31,142,171); }

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

<style>
 span { border-color: #1f8eab; }

 span { border-color: rgb(31,142,171); }

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