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