Shades of Iris Blue #0DAFDA
Tints of Iris Blue #0DAFDA
RGB
CMYK
RGB Variations
Color information
#0DAFDA (or 0x0DAFDA) is known color: Iris Blue. HEX triplet: 0D, AF and DA. RGB value is (13,175,218). Sum of RGB (Red+Green+Blue) = 13+175+218=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DAFDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFDA is #F25025. Grayscale: #838383. Windows color (decimal): -15880230 or 14331661. OLE color: 14331661.
HSL color Cylindrical-coordinate representation of color #0DAFDA: hue angle of 192.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAFDA is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 175 | 218 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.15 |
| HSL | 192.59º | 0.89% | 0.45% | - |
| HSV(B) | 192.59º | 0.94% | 0.85% | - |
| XYZ | 28.15 | 35.81 | 71.76 | - |
| YUV | 131.46 | 176.83 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 218 | 0.94 | 0.20 | 0 | 0.15 | 192.59 | 0.89 | 0.45 |
| Hex | D | AF | DA | 5E | 14 | 0 | F | C1 | 59 | 2D |
| Octal | 15 | 257 | 332 | 136 | 24 | 0 | 17 | 301 | 131 | 55 |
| Binary | 1101 | 10101111 | 11011010 | 1011110 | 10100 | 0 | 1111 | 11000001 | 1011001 | 101101 |
Color Harmonies of #0DAFDA
Complementary color
Monochromatic Colors of #0DAFDA
Black with #0DAFDA
Text Example
Text Example
White with #0DAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAFDA; }
p { color: rgb(13,175,218); }
H1.HeaderClassName
{
color: #0DAFDA;
}
.AnyTagClassName
{
color: #0DAFDA;
}
</style>
background-color css
<style>
a { background-color: #0DAFDA; }
a { background-color: rgb(13,175,218); }
div.DivClassName
{
background-color: #0DAFDA;
}
.BgClassName
{
background-color: #0DAFDA;
}
</style>
border-color css
<style>
span { border-color: #0DAFDA; }
span { border-color: rgb(13,175,218); }
td.TdClassName
{
border-color: #0DAFDA;
}
.TagClassName
{
border-color: #0DAFDA;
}
</style>