Shades of Iris Blue #0DAFD2
Tints of Iris Blue #0DAFD2
RGB
CMYK
RGB Variations
Color information
#0DAFD2 (or 0x0DAFD2) is known color: Iris Blue. HEX triplet: 0D, AF and D2. RGB value is (13,175,210). Sum of RGB (Red+Green+Blue) = 13+175+210=398 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 210 (82.42% from 255 or 52.76% from 398); Max value from RGB is 210 - color contains mainly: blue. Hex color #0DAFD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFD2 is #F2502D. Grayscale: #828282. Windows color (decimal): -15880238 or 13807373. OLE color: 13807373.
HSL color Cylindrical-coordinate representation of color #0DAFD2: hue angle of 190.66º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAFD2 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 175 | 210 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.18 |
| HSL | 190.66º | 0.88% | 0.44% | - |
| HSV(B) | 190.66º | 0.94% | 0.82% | - |
| XYZ | 27.13 | 35.4 | 66.38 | - |
| YUV | 130.55 | 172.83 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 210 | 0.94 | 0.17 | 0 | 0.18 | 190.66 | 0.88 | 0.44 |
| Hex | D | AF | D2 | 5E | 11 | 0 | 12 | BF | 58 | 2C |
| Octal | 15 | 257 | 322 | 136 | 21 | 0 | 22 | 277 | 130 | 54 |
| Binary | 1101 | 10101111 | 11010010 | 1011110 | 10001 | 0 | 10010 | 10111111 | 1011000 | 101100 |
Color Harmonies of #0DAFD2
Complementary color
Monochromatic Colors of #0DAFD2
Black with #0DAFD2
Text Example
Text Example
White with #0DAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAFD2; }
p { color: rgb(13,175,210); }
H1.HeaderClassName
{
color: #0DAFD2;
}
.AnyTagClassName
{
color: #0DAFD2;
}
</style>
background-color css
<style>
a { background-color: #0DAFD2; }
a { background-color: rgb(13,175,210); }
div.DivClassName
{
background-color: #0DAFD2;
}
.BgClassName
{
background-color: #0DAFD2;
}
</style>
border-color css
<style>
span { border-color: #0DAFD2; }
span { border-color: rgb(13,175,210); }
td.TdClassName
{
border-color: #0DAFD2;
}
.TagClassName
{
border-color: #0DAFD2;
}
</style>