#1EACCB

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

Shades of Iris Blue #1EACCB

Tints of Iris Blue #1EACCB

Color information

#1EACCB (or 0x1EACCB) is unknown color: approx Iris Blue. HEX triplet: 1E, AC and CB. RGB value is (30,172,203). Sum of RGB (Red+Green+Blue) = 30+172+203=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACCB is #E15334. Grayscale: #848484. Windows color (decimal): -14766901 or 13347870. OLE color: 13347870.

HSL color Cylindrical-coordinate representation of color #1EACCB: hue angle of 190.75º 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 #1EACCB is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB30172203-
CMYK0.850.1500.20
HSL190.75º74.25%45.69%-
HSV(B)190.75º85.22%79.61%-
XYZ26.0734.0961.71-
YUV133.08167.4654.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.41%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 203 (79.69% from 255) = 50.12%
R=7.41%
G=42.47%
B=50.12%

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
Decimal301722030.850.1500.20190.7574.2545.69
Hex1EACCB55F014bf4a2e
Octal362543131251702427711256
Binary11110101011001100101110101011111010100101111111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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