Shades of Iris Blue #0DBBD6
Tints of Iris Blue #0DBBD6
RGB
CMYK
RGB Variations
Color information
#0DBBD6 (or 0x0DBBD6) is known color: Iris Blue. HEX triplet: 0D, BB and D6. RGB value is (13,187,214). Sum of RGB (Red+Green+Blue) = 13+187+214=414 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.14% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #0DBBD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBD6 is #F24429. Grayscale: #898989. Windows color (decimal): -15877162 or 14072589. OLE color: 14072589.
HSL color Cylindrical-coordinate representation of color #0DBBD6: hue angle of 188.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBBD6 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 187 | 214 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.16 |
| HSL | 188.06º | 0.89% | 0.45% | - |
| HSV(B) | 188.06º | 0.94% | 0.84% | - |
| XYZ | 30.07 | 40.48 | 69.85 | - |
| YUV | 138.05 | 170.85 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 214 | 0.94 | 0.13 | 0 | 0.16 | 188.06 | 0.89 | 0.45 |
| Hex | D | BB | D6 | 5E | D | 0 | 10 | BC | 59 | 2D |
| Octal | 15 | 273 | 326 | 136 | 15 | 0 | 20 | 274 | 131 | 55 |
| Binary | 1101 | 10111011 | 11010110 | 1011110 | 1101 | 0 | 10000 | 10111100 | 1011001 | 101101 |
Color Harmonies of #0DBBD6
Complementary color
Monochromatic Colors of #0DBBD6
Black with #0DBBD6
Text Example
Text Example
White with #0DBBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBD6; }
p { color: rgb(13,187,214); }
H1.HeaderClassName
{
color: #0DBBD6;
}
.AnyTagClassName
{
color: #0DBBD6;
}
</style>
background-color css
<style>
a { background-color: #0DBBD6; }
a { background-color: rgb(13,187,214); }
div.DivClassName
{
background-color: #0DBBD6;
}
.BgClassName
{
background-color: #0DBBD6;
}
</style>
border-color css
<style>
span { border-color: #0DBBD6; }
span { border-color: rgb(13,187,214); }
td.TdClassName
{
border-color: #0DBBD6;
}
.TagClassName
{
border-color: #0DBBD6;
}
</style>