Shades of Iris Blue #0DAFDB
Tints of Iris Blue #0DAFDB
RGB
CMYK
RGB Variations
Color information
#0DAFDB (or 0x0DAFDB) is known color: Iris Blue. HEX triplet: 0D, AF and DB. RGB value is (13,175,219). Sum of RGB (Red+Green+Blue) = 13+175+219=407 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DAFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFDB is #F25024. Grayscale: #838383. Windows color (decimal): -15880229 or 14397197. OLE color: 14397197.
HSL color Cylindrical-coordinate representation of color #0DAFDB: hue angle of 192.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAFDB is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 175 | 219 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.14 |
| HSL | 192.82º | 0.89% | 0.45% | - |
| HSV(B) | 192.82º | 0.94% | 0.86% | - |
| XYZ | 28.28 | 35.86 | 72.45 | - |
| YUV | 131.58 | 177.33 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 219 | 0.94 | 0.20 | 0 | 0.14 | 192.82 | 0.89 | 0.45 |
| Hex | D | AF | DB | 5E | 14 | 0 | E | C1 | 59 | 2D |
| Octal | 15 | 257 | 333 | 136 | 24 | 0 | 16 | 301 | 131 | 55 |
| Binary | 1101 | 10101111 | 11011011 | 1011110 | 10100 | 0 | 1110 | 11000001 | 1011001 | 101101 |
Color Harmonies of #0DAFDB
Complementary color
Monochromatic Colors of #0DAFDB
Black with #0DAFDB
Text Example
Text Example
White with #0DAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAFDB; }
p { color: rgb(13,175,219); }
H1.HeaderClassName
{
color: #0DAFDB;
}
.AnyTagClassName
{
color: #0DAFDB;
}
</style>
background-color css
<style>
a { background-color: #0DAFDB; }
a { background-color: rgb(13,175,219); }
div.DivClassName
{
background-color: #0DAFDB;
}
.BgClassName
{
background-color: #0DAFDB;
}
</style>
border-color css
<style>
span { border-color: #0DAFDB; }
span { border-color: rgb(13,175,219); }
td.TdClassName
{
border-color: #0DAFDB;
}
.TagClassName
{
border-color: #0DAFDB;
}
</style>