Shades of Iris Blue #0DAFCF
Tints of Iris Blue #0DAFCF
RGB
CMYK
RGB Variations
Color information
#0DAFCF (or 0x0DAFCF) is known color: Iris Blue. HEX triplet: 0D, AF and CF. RGB value is (13,175,207). Sum of RGB (Red+Green+Blue) = 13+175+207=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DAFCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFCF is #F25030. Grayscale: #818181. Windows color (decimal): -15880241 or 13610765. OLE color: 13610765.
HSL color Cylindrical-coordinate representation of color #0DAFCF: hue angle of 189.9º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAFCF is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 175 | 207 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.19 |
| HSL | 189.9º | 0.88% | 0.43% | - |
| HSV(B) | 189.9º | 0.94% | 0.81% | - |
| XYZ | 26.76 | 35.25 | 64.43 | - |
| YUV | 130.21 | 171.33 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 207 | 0.94 | 0.15 | 0 | 0.19 | 189.9 | 0.88 | 0.43 |
| Hex | D | AF | CF | 5E | F | 0 | 13 | BE | 58 | 2B |
| Octal | 15 | 257 | 317 | 136 | 17 | 0 | 23 | 276 | 130 | 53 |
| Binary | 1101 | 10101111 | 11001111 | 1011110 | 1111 | 0 | 10011 | 10111110 | 1011000 | 101011 |
Color Harmonies of #0DAFCF
Complementary color
Monochromatic Colors of #0DAFCF
Black with #0DAFCF
Text Example
Text Example
White with #0DAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAFCF; }
p { color: rgb(13,175,207); }
H1.HeaderClassName
{
color: #0DAFCF;
}
.AnyTagClassName
{
color: #0DAFCF;
}
</style>
background-color css
<style>
a { background-color: #0DAFCF; }
a { background-color: rgb(13,175,207); }
div.DivClassName
{
background-color: #0DAFCF;
}
.BgClassName
{
background-color: #0DAFCF;
}
</style>
border-color css
<style>
span { border-color: #0DAFCF; }
span { border-color: rgb(13,175,207); }
td.TdClassName
{
border-color: #0DAFCF;
}
.TagClassName
{
border-color: #0DAFCF;
}
</style>