#0EACDF

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

Shades of Iris Blue #0EACDF

Tints of Iris Blue #0EACDF

Color information

#0EACDF (or 0x0EACDF) is unknown color: approx Iris Blue. HEX triplet: 0E, AC and DF. RGB value is (14,172,223). Sum of RGB (Red+Green+Blue) = 14+172+223=409 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.42% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EACDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EACDF is #F15320. Grayscale: #828282. Windows color (decimal): -15815457 or 14658574. OLE color: 14658574.

HSL color Cylindrical-coordinate representation of color #0EACDF: hue angle of 194.64º 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 #0EACDF is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14172223-
CMYK0.940.2300.13
HSL194.64º88.19%46.47%-
HSV(B)194.64º93.72%87.45%-
XYZ28.2534.9375.06-
YUV130.57180.1544.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.42%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 223 (87.5% from 255) = 54.52%
R=3.42%
G=42.05%
B=54.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141722230.940.2300.13194.6488.1946.47
HexEACDF5E170Dc3582e
Octal162543371362701530313056
Binary1110101011001101111110111101011101101110000111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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