Shades of Iris Blue #0DBBBC
Tints of Iris Blue #0DBBBC
RGB
CMYK
RGB Variations
Color information
#0DBBBC (or 0x0DBBBC) is known color: Iris Blue. HEX triplet: 0D, BB and BC. RGB value is (13,187,188). Sum of RGB (Red+Green+Blue) = 13+187+188=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #0DBBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBBC is #F24443. Grayscale: #868686. Windows color (decimal): -15877188 or 12368653. OLE color: 12368653.
HSL color Cylindrical-coordinate representation of color #0DBBBC: hue angle of 180.34º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBBBC is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 187 | 188 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.26 |
| HSL | 180.34º | 0.87% | 0.39% | - |
| HSV(B) | 180.34º | 0.93% | 0.74% | - |
| XYZ | 27.01 | 39.26 | 53.73 | - |
| YUV | 135.09 | 157.85 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 188 | 0.93 | 0.01 | 0 | 0.26 | 180.34 | 0.87 | 0.39 |
| Hex | D | BB | BC | 5D | 1 | 0 | 1A | B4 | 57 | 27 |
| Octal | 15 | 273 | 274 | 135 | 1 | 0 | 32 | 264 | 127 | 47 |
| Binary | 1101 | 10111011 | 10111100 | 1011101 | 1 | 0 | 11010 | 10110100 | 1010111 | 100111 |
Color Harmonies of #0DBBBC
Complementary color
Monochromatic Colors of #0DBBBC
Black with #0DBBBC
Text Example
Text Example
White with #0DBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBBC; }
p { color: rgb(13,187,188); }
H1.HeaderClassName
{
color: #0DBBBC;
}
.AnyTagClassName
{
color: #0DBBBC;
}
</style>
background-color css
<style>
a { background-color: #0DBBBC; }
a { background-color: rgb(13,187,188); }
div.DivClassName
{
background-color: #0DBBBC;
}
.BgClassName
{
background-color: #0DBBBC;
}
</style>
border-color css
<style>
span { border-color: #0DBBBC; }
span { border-color: rgb(13,187,188); }
td.TdClassName
{
border-color: #0DBBBC;
}
.TagClassName
{
border-color: #0DBBBC;
}
</style>