Shades of Iris Blue #0DAFDC
Tints of Iris Blue #0DAFDC
RGB
CMYK
RGB Variations
Color information
#0DAFDC (or 0x0DAFDC) is known color: Iris Blue. HEX triplet: 0D, AF and DC. RGB value is (13,175,220). Sum of RGB (Red+Green+Blue) = 13+175+220=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DAFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFDC is #F25023. Grayscale: #838383. Windows color (decimal): -15880228 or 14462733. OLE color: 14462733.
HSL color Cylindrical-coordinate representation of color #0DAFDC: hue angle of 193.04º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAFDC is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 175 | 220 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.14 |
| HSL | 193.04º | 0.89% | 0.46% | - |
| HSV(B) | 193.04º | 0.94% | 0.86% | - |
| XYZ | 28.41 | 35.91 | 73.14 | - |
| YUV | 131.69 | 177.83 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 220 | 0.94 | 0.20 | 0 | 0.14 | 193.04 | 0.89 | 0.46 |
| Hex | D | AF | DC | 5E | 14 | 0 | E | C1 | 59 | 2E |
| Octal | 15 | 257 | 334 | 136 | 24 | 0 | 16 | 301 | 131 | 56 |
| Binary | 1101 | 10101111 | 11011100 | 1011110 | 10100 | 0 | 1110 | 11000001 | 1011001 | 101110 |
Color Harmonies of #0DAFDC
Complementary color
Monochromatic Colors of #0DAFDC
Black with #0DAFDC
Text Example
Text Example
White with #0DAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAFDC; }
p { color: rgb(13,175,220); }
H1.HeaderClassName
{
color: #0DAFDC;
}
.AnyTagClassName
{
color: #0DAFDC;
}
</style>
background-color css
<style>
a { background-color: #0DAFDC; }
a { background-color: rgb(13,175,220); }
div.DivClassName
{
background-color: #0DAFDC;
}
.BgClassName
{
background-color: #0DAFDC;
}
</style>
border-color css
<style>
span { border-color: #0DAFDC; }
span { border-color: rgb(13,175,220); }
td.TdClassName
{
border-color: #0DAFDC;
}
.TagClassName
{
border-color: #0DAFDC;
}
</style>