Shades of Iris Blue #0DBBBD
Tints of Iris Blue #0DBBBD
RGB
CMYK
RGB Variations
Color information
#0DBBBD (or 0x0DBBBD) is known color: Iris Blue. HEX triplet: 0D, BB and BD. RGB value is (13,187,189). Sum of RGB (Red+Green+Blue) = 13+187+189=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #0DBBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBBD is #F24442. Grayscale: #878787. Windows color (decimal): -15877187 or 12434189. OLE color: 12434189.
HSL color Cylindrical-coordinate representation of color #0DBBBD: hue angle of 180.68º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBBBD is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 187 | 189 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.26 |
| HSL | 180.68º | 0.87% | 0.4% | - |
| HSV(B) | 180.68º | 0.93% | 0.74% | - |
| XYZ | 27.12 | 39.3 | 54.3 | - |
| YUV | 135.2 | 158.35 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 189 | 0.93 | 0.01 | 0 | 0.26 | 180.68 | 0.87 | 0.4 |
| Hex | D | BB | BD | 5D | 1 | 0 | 1A | B5 | 57 | 28 |
| Octal | 15 | 273 | 275 | 135 | 1 | 0 | 32 | 265 | 127 | 50 |
| Binary | 1101 | 10111011 | 10111101 | 1011101 | 1 | 0 | 11010 | 10110101 | 1010111 | 101000 |
Color Harmonies of #0DBBBD
Complementary color
Monochromatic Colors of #0DBBBD
Black with #0DBBBD
Text Example
Text Example
White with #0DBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBBD; }
p { color: rgb(13,187,189); }
H1.HeaderClassName
{
color: #0DBBBD;
}
.AnyTagClassName
{
color: #0DBBBD;
}
</style>
background-color css
<style>
a { background-color: #0DBBBD; }
a { background-color: rgb(13,187,189); }
div.DivClassName
{
background-color: #0DBBBD;
}
.BgClassName
{
background-color: #0DBBBD;
}
</style>
border-color css
<style>
span { border-color: #0DBBBD; }
span { border-color: rgb(13,187,189); }
td.TdClassName
{
border-color: #0DBBBD;
}
.TagClassName
{
border-color: #0DBBBD;
}
</style>