#1E9EAC

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

Shades of Pelorous #1E9EAC

Tints of Pelorous #1E9EAC

Color information

#1E9EAC (or 0x1E9EAC) is unknown color: approx Pelorous. HEX triplet: 1E, 9E and AC. RGB value is (30,158,172). Sum of RGB (Red+Green+Blue) = 30+158+172=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E9EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9EAC is #E16153. Grayscale: #797979. Windows color (decimal): -14770516 or 11312670. OLE color: 11312670.

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

Color convert

RGB30158172-
CMYK0.830.0800.33
HSL185.92º70.3%39.61%-
HSV(B)185.92º82.56%67.45%-
XYZ20.2127.7143.31-
YUV121.32156.5962.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.33%
GREEN value IS 158 (62.11% from 255) = 43.89%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=8.33%
G=43.89%
B=47.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301581720.830.0800.33185.9270.339.61
Hex1E9EAC538021ba4628
Octal362362541231004127210650
Binary111101001111010101100101001110000100001101110101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,158,172); }

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

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

 a { background-color: rgb(30,158,172); }

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

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

 span { border-color: rgb(30,158,172); }

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