Shades of Iris Blue #0DB5C0
Tints of Iris Blue #0DB5C0
RGB
CMYK
RGB Variations
Color information
#0DB5C0 (or 0x0DB5C0) is known color: Iris Blue. HEX triplet: 0D, B5 and C0. RGB value is (13,181,192). Sum of RGB (Red+Green+Blue) = 13+181+192=386 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.37% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #0DB5C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB5C0 is #F24A3F. Grayscale: #838383. Windows color (decimal): -15878720 or 12629261. OLE color: 12629261.
HSL color Cylindrical-coordinate representation of color #0DB5C0: hue angle of 183.69º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB5C0 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 181 | 192 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.25 |
| HSL | 183.69º | 0.87% | 0.4% | - |
| HSV(B) | 183.69º | 0.93% | 0.75% | - |
| XYZ | 26.2 | 36.94 | 55.62 | - |
| YUV | 132.02 | 161.84 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 192 | 0.93 | 0.06 | 0 | 0.25 | 183.69 | 0.87 | 0.4 |
| Hex | D | B5 | C0 | 5D | 6 | 0 | 19 | B8 | 57 | 28 |
| Octal | 15 | 265 | 300 | 135 | 6 | 0 | 31 | 270 | 127 | 50 |
| Binary | 1101 | 10110101 | 11000000 | 1011101 | 110 | 0 | 11001 | 10111000 | 1010111 | 101000 |
Color Harmonies of #0DB5C0
Complementary color
Monochromatic Colors of #0DB5C0
Black with #0DB5C0
Text Example
Text Example
White with #0DB5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB5C0; }
p { color: rgb(13,181,192); }
H1.HeaderClassName
{
color: #0DB5C0;
}
.AnyTagClassName
{
color: #0DB5C0;
}
</style>
background-color css
<style>
a { background-color: #0DB5C0; }
a { background-color: rgb(13,181,192); }
div.DivClassName
{
background-color: #0DB5C0;
}
.BgClassName
{
background-color: #0DB5C0;
}
</style>
border-color css
<style>
span { border-color: #0DB5C0; }
span { border-color: rgb(13,181,192); }
td.TdClassName
{
border-color: #0DB5C0;
}
.TagClassName
{
border-color: #0DB5C0;
}
</style>