Shades of Iris Blue #0DAFBD
Tints of Iris Blue #0DAFBD
RGB
CMYK
RGB Variations
Color information
#0DAFBD (or 0x0DAFBD) is known color: Iris Blue. HEX triplet: 0D, AF and BD. RGB value is (13,175,189). Sum of RGB (Red+Green+Blue) = 13+175+189=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #0DAFBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFBD is #F25042. Grayscale: #7F7F7F. Windows color (decimal): -15880259 or 12431117. OLE color: 12431117.
HSL color Cylindrical-coordinate representation of color #0DAFBD: hue angle of 184.77º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAFBD is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 175 | 189 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.26 |
| HSL | 184.77º | 0.87% | 0.4% | - |
| HSV(B) | 184.77º | 0.93% | 0.74% | - |
| XYZ | 24.68 | 34.42 | 53.49 | - |
| YUV | 128.16 | 162.33 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 189 | 0.93 | 0.07 | 0 | 0.26 | 184.77 | 0.87 | 0.4 |
| Hex | D | AF | BD | 5D | 7 | 0 | 1A | B9 | 57 | 28 |
| Octal | 15 | 257 | 275 | 135 | 7 | 0 | 32 | 271 | 127 | 50 |
| Binary | 1101 | 10101111 | 10111101 | 1011101 | 111 | 0 | 11010 | 10111001 | 1010111 | 101000 |
Color Harmonies of #0DAFBD
Complementary color
Monochromatic Colors of #0DAFBD
Black with #0DAFBD
Text Example
Text Example
White with #0DAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAFBD; }
p { color: rgb(13,175,189); }
H1.HeaderClassName
{
color: #0DAFBD;
}
.AnyTagClassName
{
color: #0DAFBD;
}
</style>
background-color css
<style>
a { background-color: #0DAFBD; }
a { background-color: rgb(13,175,189); }
div.DivClassName
{
background-color: #0DAFBD;
}
.BgClassName
{
background-color: #0DAFBD;
}
</style>
border-color css
<style>
span { border-color: #0DAFBD; }
span { border-color: rgb(13,175,189); }
td.TdClassName
{
border-color: #0DAFBD;
}
.TagClassName
{
border-color: #0DAFBD;
}
</style>