Shades of Iris Blue #0DAFCC
Tints of Iris Blue #0DAFCC
RGB
CMYK
RGB Variations
Color information
#0DAFCC (or 0x0DAFCC) is known color: Iris Blue. HEX triplet: 0D, AF and CC. RGB value is (13,175,204). Sum of RGB (Red+Green+Blue) = 13+175+204=392 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DAFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFCC is #F25033. Grayscale: #818181. Windows color (decimal): -15880244 or 13414157. OLE color: 13414157.
HSL color Cylindrical-coordinate representation of color #0DAFCC: hue angle of 189.11º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAFCC is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 175 | 204 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.2 |
| HSL | 189.11º | 0.88% | 0.43% | - |
| HSV(B) | 189.11º | 0.94% | 0.8% | - |
| XYZ | 26.4 | 35.11 | 62.51 | - |
| YUV | 129.87 | 169.83 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 204 | 0.94 | 0.14 | 0 | 0.2 | 189.11 | 0.88 | 0.43 |
| Hex | D | AF | CC | 5E | E | 0 | 14 | BD | 58 | 2B |
| Octal | 15 | 257 | 314 | 136 | 16 | 0 | 24 | 275 | 130 | 53 |
| Binary | 1101 | 10101111 | 11001100 | 1011110 | 1110 | 0 | 10100 | 10111101 | 1011000 | 101011 |
Color Harmonies of #0DAFCC
Complementary color
Monochromatic Colors of #0DAFCC
Black with #0DAFCC
Text Example
Text Example
White with #0DAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAFCC; }
p { color: rgb(13,175,204); }
H1.HeaderClassName
{
color: #0DAFCC;
}
.AnyTagClassName
{
color: #0DAFCC;
}
</style>
background-color css
<style>
a { background-color: #0DAFCC; }
a { background-color: rgb(13,175,204); }
div.DivClassName
{
background-color: #0DAFCC;
}
.BgClassName
{
background-color: #0DAFCC;
}
</style>
border-color css
<style>
span { border-color: #0DAFCC; }
span { border-color: rgb(13,175,204); }
td.TdClassName
{
border-color: #0DAFCC;
}
.TagClassName
{
border-color: #0DAFCC;
}
</style>