Shades of Iris Blue #0DBFBD
Tints of Iris Blue #0DBFBD
RGB
CMYK
RGB Variations
Color information
#0DBFBD (or 0x0DBFBD) is known color: Iris Blue. HEX triplet: 0D, BF and BD. RGB value is (13,191,189). Sum of RGB (Red+Green+Blue) = 13+191+189=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBFBD is #F24042. Grayscale: #898989. Windows color (decimal): -15876163 or 12435213. OLE color: 12435213.
HSL color Cylindrical-coordinate representation of color #0DBFBD: hue angle of 179.33º 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 #0DBFBD is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 189 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.25 |
| HSL | 179.33º | 0.87% | 0.4% | - |
| HSV(B) | 179.33º | 0.93% | 0.75% | - |
| XYZ | 27.98 | 41.02 | 54.59 | - |
| YUV | 137.55 | 157.03 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 189 | 0.93 | 0 | 0.01 | 0.25 | 179.33 | 0.87 | 0.4 |
| Hex | D | BF | BD | 5D | 0 | 1 | 19 | B3 | 57 | 28 |
| Octal | 15 | 277 | 275 | 135 | 0 | 1 | 31 | 263 | 127 | 50 |
| Binary | 1101 | 10111111 | 10111101 | 1011101 | 0 | 1 | 11001 | 10110011 | 1010111 | 101000 |
Color Harmonies of #0DBFBD
Complementary color
Monochromatic Colors of #0DBFBD
Black with #0DBFBD
Text Example
Text Example
White with #0DBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFBD; }
p { color: rgb(13,191,189); }
H1.HeaderClassName
{
color: #0DBFBD;
}
.AnyTagClassName
{
color: #0DBFBD;
}
</style>
background-color css
<style>
a { background-color: #0DBFBD; }
a { background-color: rgb(13,191,189); }
div.DivClassName
{
background-color: #0DBFBD;
}
.BgClassName
{
background-color: #0DBFBD;
}
</style>
border-color css
<style>
span { border-color: #0DBFBD; }
span { border-color: rgb(13,191,189); }
td.TdClassName
{
border-color: #0DBFBD;
}
.TagClassName
{
border-color: #0DBFBD;
}
</style>