#1EADCB

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

Shades of Iris Blue #1EADCB

Tints of Iris Blue #1EADCB

Color information

#1EADCB (or 0x1EADCB) is unknown color: approx Iris Blue. HEX triplet: 1E, AD and CB. RGB value is (30,173,203). Sum of RGB (Red+Green+Blue) = 30+173+203=406 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.39% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADCB is #E15234. Grayscale: #858585. Windows color (decimal): -14766645 or 13348126. OLE color: 13348126.

HSL color Cylindrical-coordinate representation of color #1EADCB: hue angle of 190.4º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EADCB is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB30173203-
CMYK0.850.1500.20
HSL190.4º74.25%45.69%-
HSV(B)190.4º85.22%79.61%-
XYZ26.2634.4761.77-
YUV133.66167.1254.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.39%
GREEN value IS 173 (67.97% from 255) = 42.61%
BLUE value IS 203 (79.69% from 255) = 50%
R=7.39%
G=42.61%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal301732030.850.1500.20190.474.2545.69
Hex1EADCB55F014be4a2e
Octal362553131251702427611256
Binary11110101011011100101110101011111010100101111101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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