#0EAECF

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

Shades of Iris Blue #0EAECF

Tints of Iris Blue #0EAECF

Color information

#0EAECF (or 0x0EAECF) is unknown color: approx Iris Blue. HEX triplet: 0E, AE and CF. RGB value is (14,174,207). Sum of RGB (Red+Green+Blue) = 14+174+207=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #0EAECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAECF is #F15130. Grayscale: #818181. Windows color (decimal): -15814961 or 13610510. OLE color: 13610510.

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

Color convert

RGB14174207-
CMYK0.930.1600.19
HSL190.26º87.33%43.33%-
HSV(B)190.26º93.24%81.18%-
XYZ26.5834.8764.36-
YUV129.92171.4945.32-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.54%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 207 (81.25% from 255) = 52.41%
R=3.54%
G=44.05%
B=52.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141742070.930.1600.19190.2687.3343.33
HexEAECF5D10013be572b
Octal162563171352002327612753
Binary11101010111011001111101110110000010011101111101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,174,207); }

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

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

 a { background-color: rgb(14,174,207); }

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

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

 span { border-color: rgb(14,174,207); }

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