#0EAACA

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

Shades of Iris Blue #0EAACA

Tints of Iris Blue #0EAACA

Color information

#0EAACA (or 0x0EAACA) is unknown color: approx Iris Blue. HEX triplet: 0E, AA and CA. RGB value is (14,170,202). Sum of RGB (Red+Green+Blue) = 14+170+202=386 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.63% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #0EAACA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAACA is #F15535. Grayscale: #7E7E7E. Windows color (decimal): -15815990 or 13281806. OLE color: 13281806.

HSL color Cylindrical-coordinate representation of color #0EAACA: hue angle of 190.21º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EAACA is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14170202-
CMYK0.930.1600.21
HSL190.21º87.04%42.35%-
HSV(B)190.21º93.07%79.22%-
XYZ25.2233.1160.94-
YUV127170.3247.4-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.63%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=3.63%
G=44.04%
B=52.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141702020.930.1600.21190.2187.0442.35
HexEAACA5D10015be572a
Octal162523121352002527612752
Binary11101010101011001010101110110000010101101111101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EAACA; }

 p { color: rgb(14,170,202); }

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

<style>
 a { background-color: #0EAACA; }

 a { background-color: rgb(14,170,202); }

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

<style>
 span { border-color: #0EAACA; }

 span { border-color: rgb(14,170,202); }

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