#1E9FAD

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

Shades of Pelorous #1E9FAD

Tints of Pelorous #1E9FAD

Color information

#1E9FAD (or 0x1E9FAD) is unknown color: approx Pelorous. HEX triplet: 1E, 9F and AD. RGB value is (30,159,173). Sum of RGB (Red+Green+Blue) = 30+159+173=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E9FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9FAD is #E16052. Grayscale: #797979. Windows color (decimal): -14770259 or 11378462. OLE color: 11378462.

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

Color convert

RGB30159173-
CMYK0.830.0800.32
HSL185.87º70.44%39.8%-
HSV(B)185.87º82.66%67.84%-
XYZ20.4828.0943.88-
YUV122.02156.7662.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.29%
GREEN value IS 159 (62.5% from 255) = 43.92%
BLUE value IS 173 (67.97% from 255) = 47.79%
R=8.29%
G=43.92%
B=47.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301591730.830.0800.32185.8770.4439.8
Hex1E9FAD538020ba4628
Octal362372551231004027210650
Binary111101001111110101101101001110000100000101110101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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