#0EAADF

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

Shades of Iris Blue #0EAADF

Tints of Iris Blue #0EAADF

Color information

#0EAADF (or 0x0EAADF) is unknown color: approx Iris Blue. HEX triplet: 0E, AA and DF. RGB value is (14,170,223). Sum of RGB (Red+Green+Blue) = 14+170+223=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EAADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAADF is #F15520. Grayscale: #818181. Windows color (decimal): -15815969 or 14658062. OLE color: 14658062.

HSL color Cylindrical-coordinate representation of color #0EAADF: hue angle of 195.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EAADF is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14170223-
CMYK0.940.2400.13
HSL195.22º88.19%46.47%-
HSV(B)195.22º93.72%87.45%-
XYZ27.8834.1774.94-
YUV129.4180.8245.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.44%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 223 (87.5% from 255) = 54.79%
R=3.44%
G=41.77%
B=54.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141702230.940.2400.13195.2288.1946.47
HexEAADF5E180Dc3582e
Octal162523371363001530313056
Binary1110101010101101111110111101100001101110000111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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