Shades of Iris Blue #0DAFC0
Tints of Iris Blue #0DAFC0
RGB
CMYK
RGB Variations
Color information
#0DAFC0 (or 0x0DAFC0) is known color: Iris Blue. HEX triplet: 0D, AF and C0. RGB value is (13,175,192). Sum of RGB (Red+Green+Blue) = 13+175+192=380 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.42% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #0DAFC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFC0 is #F2503F. Grayscale: #808080. Windows color (decimal): -15880256 or 12627725. OLE color: 12627725.
HSL color Cylindrical-coordinate representation of color #0DAFC0: hue angle of 185.7º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAFC0 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 175 | 192 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.25 |
| HSL | 185.7º | 0.87% | 0.4% | - |
| HSV(B) | 185.7º | 0.93% | 0.75% | - |
| XYZ | 25.01 | 34.55 | 55.22 | - |
| YUV | 128.5 | 163.83 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 192 | 0.93 | 0.09 | 0 | 0.25 | 185.7 | 0.87 | 0.4 |
| Hex | D | AF | C0 | 5D | 9 | 0 | 19 | BA | 57 | 28 |
| Octal | 15 | 257 | 300 | 135 | 11 | 0 | 31 | 272 | 127 | 50 |
| Binary | 1101 | 10101111 | 11000000 | 1011101 | 1001 | 0 | 11001 | 10111010 | 1010111 | 101000 |
Color Harmonies of #0DAFC0
Complementary color
Monochromatic Colors of #0DAFC0
Black with #0DAFC0
Text Example
Text Example
White with #0DAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAFC0; }
p { color: rgb(13,175,192); }
H1.HeaderClassName
{
color: #0DAFC0;
}
.AnyTagClassName
{
color: #0DAFC0;
}
</style>
background-color css
<style>
a { background-color: #0DAFC0; }
a { background-color: rgb(13,175,192); }
div.DivClassName
{
background-color: #0DAFC0;
}
.BgClassName
{
background-color: #0DAFC0;
}
</style>
border-color css
<style>
span { border-color: #0DAFC0; }
span { border-color: rgb(13,175,192); }
td.TdClassName
{
border-color: #0DAFC0;
}
.TagClassName
{
border-color: #0DAFC0;
}
</style>