#1EAECA

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

Shades of Iris Blue #1EAECA

Tints of Iris Blue #1EAECA

Color information

#1EAECA (or 0x1EAECA) is unknown color: approx Iris Blue. HEX triplet: 1E, AE and CA. RGB value is (30,174,202). Sum of RGB (Red+Green+Blue) = 30+174+202=406 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.39% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #1EAECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAECA is #E15135. Grayscale: #858585. Windows color (decimal): -14766390 or 13282846. OLE color: 13282846.

HSL color Cylindrical-coordinate representation of color #1EAECA: hue angle of 189.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EAECA is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB30174202-
CMYK0.850.1400.21
HSL189.77º74.14%45.49%-
HSV(B)189.77º85.15%79.22%-
XYZ26.3334.8161.21-
YUV134.14166.2953.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.39%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=7.39%
G=42.86%
B=49.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal301742020.850.1400.21189.7774.1445.49
Hex1EAECA55E015be4a2d
Octal362563121251602527611255
Binary11110101011101100101010101011110010101101111101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,174,202); }

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

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

 a { background-color: rgb(30,174,202); }

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

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

 span { border-color: rgb(30,174,202); }

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