Shades of Iris Blue #0DAFBC
Tints of Iris Blue #0DAFBC
RGB
CMYK
RGB Variations
Color information
#0DAFBC (or 0x0DAFBC) is known color: Iris Blue. HEX triplet: 0D, AF and BC. RGB value is (13,175,188). Sum of RGB (Red+Green+Blue) = 13+175+188=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #0DAFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFBC is #F25043. Grayscale: #7F7F7F. Windows color (decimal): -15880260 or 12365581. OLE color: 12365581.
HSL color Cylindrical-coordinate representation of color #0DAFBC: hue angle of 184.46º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAFBC is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 175 | 188 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.26 |
| HSL | 184.46º | 0.87% | 0.39% | - |
| HSV(B) | 184.46º | 0.93% | 0.74% | - |
| XYZ | 24.57 | 34.38 | 52.92 | - |
| YUV | 128.04 | 161.83 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 188 | 0.93 | 0.07 | 0 | 0.26 | 184.46 | 0.87 | 0.39 |
| Hex | D | AF | BC | 5D | 7 | 0 | 1A | B8 | 57 | 27 |
| Octal | 15 | 257 | 274 | 135 | 7 | 0 | 32 | 270 | 127 | 47 |
| Binary | 1101 | 10101111 | 10111100 | 1011101 | 111 | 0 | 11010 | 10111000 | 1010111 | 100111 |
Color Harmonies of #0DAFBC
Complementary color
Monochromatic Colors of #0DAFBC
Black with #0DAFBC
Text Example
Text Example
White with #0DAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAFBC; }
p { color: rgb(13,175,188); }
H1.HeaderClassName
{
color: #0DAFBC;
}
.AnyTagClassName
{
color: #0DAFBC;
}
</style>
background-color css
<style>
a { background-color: #0DAFBC; }
a { background-color: rgb(13,175,188); }
div.DivClassName
{
background-color: #0DAFBC;
}
.BgClassName
{
background-color: #0DAFBC;
}
</style>
border-color css
<style>
span { border-color: #0DAFBC; }
span { border-color: rgb(13,175,188); }
td.TdClassName
{
border-color: #0DAFBC;
}
.TagClassName
{
border-color: #0DAFBC;
}
</style>