Shades of Iris Blue #0EAFDF
Tints of Iris Blue #0EAFDF
RGB
CMYK
RGB Variations
Color information
#0EAFDF (or 0x0EAFDF) is known color: Iris Blue. HEX triplet: 0E, AF and DF. RGB value is (14,175,223). Sum of RGB (Red+Green+Blue) = 14+175+223=412 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.40% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EAFDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAFDF is #F15020. Grayscale: #838383. Windows color (decimal): -15814689 or 14659342. OLE color: 14659342.
HSL color Cylindrical-coordinate representation of color #0EAFDF: hue angle of 193.78º 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 #0EAFDF is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 175 | 223 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.13 |
| HSL | 193.78º | 0.88% | 0.46% | - |
| HSV(B) | 193.78º | 0.94% | 0.87% | - |
| XYZ | 28.83 | 36.08 | 75.26 | - |
| YUV | 132.33 | 179.16 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 223 | 0.94 | 0.22 | 0 | 0.13 | 193.78 | 0.88 | 0.46 |
| Hex | E | AF | DF | 5E | 16 | 0 | D | C2 | 58 | 2E |
| Octal | 16 | 257 | 337 | 136 | 26 | 0 | 15 | 302 | 130 | 56 |
| Binary | 1110 | 10101111 | 11011111 | 1011110 | 10110 | 0 | 1101 | 11000010 | 1011000 | 101110 |
Color Harmonies of #0EAFDF
Complementary color
Monochromatic Colors of #0EAFDF
Black with #0EAFDF
Text Example
Text Example
White with #0EAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAFDF; }
p { color: rgb(14,175,223); }
H1.HeaderClassName
{
color: #0EAFDF;
}
.AnyTagClassName
{
color: #0EAFDF;
}
</style>
background-color css
<style>
a { background-color: #0EAFDF; }
a { background-color: rgb(14,175,223); }
div.DivClassName
{
background-color: #0EAFDF;
}
.BgClassName
{
background-color: #0EAFDF;
}
</style>
border-color css
<style>
span { border-color: #0EAFDF; }
span { border-color: rgb(14,175,223); }
td.TdClassName
{
border-color: #0EAFDF;
}
.TagClassName
{
border-color: #0EAFDF;
}
</style>