Shades of Iris Blue #0DABC5
Tints of Iris Blue #0DABC5
RGB
CMYK
RGB Variations
Color information
#0DABC5 (or 0x0DABC5) is known color: Iris Blue. HEX triplet: 0D, AB and C5. RGB value is (13,171,197). Sum of RGB (Red+Green+Blue) = 13+171+197=381 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.41% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #0DABC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABC5 is #F2543A. Grayscale: #7E7E7E. Windows color (decimal): -15881275 or 12954381. OLE color: 12954381.
HSL color Cylindrical-coordinate representation of color #0DABC5: hue angle of 188.48º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DABC5 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 171 | 197 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.23 |
| HSL | 188.48º | 0.88% | 0.41% | - |
| HSV(B) | 188.48º | 0.93% | 0.77% | - |
| XYZ | 24.81 | 33.24 | 57.93 | - |
| YUV | 126.72 | 167.65 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 197 | 0.93 | 0.13 | 0 | 0.23 | 188.48 | 0.88 | 0.41 |
| Hex | D | AB | C5 | 5D | D | 0 | 17 | BC | 58 | 29 |
| Octal | 15 | 253 | 305 | 135 | 15 | 0 | 27 | 274 | 130 | 51 |
| Binary | 1101 | 10101011 | 11000101 | 1011101 | 1101 | 0 | 10111 | 10111100 | 1011000 | 101001 |
Color Harmonies of #0DABC5
Complementary color
Monochromatic Colors of #0DABC5
Black with #0DABC5
Text Example
Text Example
White with #0DABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DABC5; }
p { color: rgb(13,171,197); }
H1.HeaderClassName
{
color: #0DABC5;
}
.AnyTagClassName
{
color: #0DABC5;
}
</style>
background-color css
<style>
a { background-color: #0DABC5; }
a { background-color: rgb(13,171,197); }
div.DivClassName
{
background-color: #0DABC5;
}
.BgClassName
{
background-color: #0DABC5;
}
</style>
border-color css
<style>
span { border-color: #0DABC5; }
span { border-color: rgb(13,171,197); }
td.TdClassName
{
border-color: #0DABC5;
}
.TagClassName
{
border-color: #0DABC5;
}
</style>