#1E9FA8

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

Shades of Pelorous #1E9FA8

Tints of Pelorous #1E9FA8

Color information

#1E9FA8 (or 0x1E9FA8) is unknown color: approx Pelorous. HEX triplet: 1E, 9F and A8. RGB value is (30,159,168). Sum of RGB (Red+Green+Blue) = 30+159+168=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 168 - color contains mainly: blue. Hex color #1E9FA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9FA8 is #E16057. Grayscale: #797979. Windows color (decimal): -14770264 or 11050782. OLE color: 11050782.

HSL color Cylindrical-coordinate representation of color #1E9FA8: hue angle of 183.91º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E9FA8 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB30159168-
CMYK0.820.0500.34
HSL183.91º69.7%38.82%-
HSV(B)183.91º82.14%65.88%-
XYZ2027.941.38-
YUV121.46154.2662.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.40%
GREEN value IS 159 (62.5% from 255) = 44.54%
BLUE value IS 168 (66.02% from 255) = 47.06%
R=8.40%
G=44.54%
B=47.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal301591680.820.0500.34183.9169.738.82
Hex1E9FA8525022b84627
Octal36237250122504227010647
Binary11110100111111010100010100101010100010101110001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,159,168); }

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

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

 a { background-color: rgb(30,159,168); }

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

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

 span { border-color: rgb(30,159,168); }

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