Shades of Iris Blue #0DABBC
Tints of Iris Blue #0DABBC
RGB
CMYK
RGB Variations
Color information
#0DABBC (or 0x0DABBC) is known color: Iris Blue. HEX triplet: 0D, AB and BC. RGB value is (13,171,188). Sum of RGB (Red+Green+Blue) = 13+171+188=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #0DABBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABBC is #F25443. Grayscale: #7D7D7D. Windows color (decimal): -15881284 or 12364557. OLE color: 12364557.
HSL color Cylindrical-coordinate representation of color #0DABBC: hue angle of 185.83º 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 #0DABBC is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 171 | 188 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.26 |
| HSL | 185.83º | 0.87% | 0.39% | - |
| HSV(B) | 185.83º | 0.93% | 0.74% | - |
| XYZ | 23.81 | 32.84 | 52.66 | - |
| YUV | 125.7 | 163.15 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 188 | 0.93 | 0.09 | 0 | 0.26 | 185.83 | 0.87 | 0.39 |
| Hex | D | AB | BC | 5D | 9 | 0 | 1A | BA | 57 | 27 |
| Octal | 15 | 253 | 274 | 135 | 11 | 0 | 32 | 272 | 127 | 47 |
| Binary | 1101 | 10101011 | 10111100 | 1011101 | 1001 | 0 | 11010 | 10111010 | 1010111 | 100111 |
Color Harmonies of #0DABBC
Complementary color
Monochromatic Colors of #0DABBC
Black with #0DABBC
Text Example
Text Example
White with #0DABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DABBC; }
p { color: rgb(13,171,188); }
H1.HeaderClassName
{
color: #0DABBC;
}
.AnyTagClassName
{
color: #0DABBC;
}
</style>
background-color css
<style>
a { background-color: #0DABBC; }
a { background-color: rgb(13,171,188); }
div.DivClassName
{
background-color: #0DABBC;
}
.BgClassName
{
background-color: #0DABBC;
}
</style>
border-color css
<style>
span { border-color: #0DABBC; }
span { border-color: rgb(13,171,188); }
td.TdClassName
{
border-color: #0DABBC;
}
.TagClassName
{
border-color: #0DABBC;
}
</style>