Shades of Iris Blue #0DBBDC
Tints of Iris Blue #0DBBDC
RGB
CMYK
RGB Variations
Color information
#0DBBDC (or 0x0DBBDC) is known color: Iris Blue. HEX triplet: 0D, BB and DC. RGB value is (13,187,220). Sum of RGB (Red+Green+Blue) = 13+187+220=420 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DBBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBDC is #F24423. Grayscale: #8A8A8A. Windows color (decimal): -15877156 or 14465805. OLE color: 14465805.
HSL color Cylindrical-coordinate representation of color #0DBBDC: hue angle of 189.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBBDC is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 187 | 220 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.14 |
| HSL | 189.57º | 0.89% | 0.46% | - |
| HSV(B) | 189.57º | 0.94% | 0.86% | - |
| XYZ | 30.85 | 40.79 | 73.96 | - |
| YUV | 138.74 | 173.85 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 220 | 0.94 | 0.15 | 0 | 0.14 | 189.57 | 0.89 | 0.46 |
| Hex | D | BB | DC | 5E | F | 0 | E | BE | 59 | 2E |
| Octal | 15 | 273 | 334 | 136 | 17 | 0 | 16 | 276 | 131 | 56 |
| Binary | 1101 | 10111011 | 11011100 | 1011110 | 1111 | 0 | 1110 | 10111110 | 1011001 | 101110 |
Color Harmonies of #0DBBDC
Complementary color
Monochromatic Colors of #0DBBDC
Black with #0DBBDC
Text Example
Text Example
White with #0DBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBDC; }
p { color: rgb(13,187,220); }
H1.HeaderClassName
{
color: #0DBBDC;
}
.AnyTagClassName
{
color: #0DBBDC;
}
</style>
background-color css
<style>
a { background-color: #0DBBDC; }
a { background-color: rgb(13,187,220); }
div.DivClassName
{
background-color: #0DBBDC;
}
.BgClassName
{
background-color: #0DBBDC;
}
</style>
border-color css
<style>
span { border-color: #0DBBDC; }
span { border-color: rgb(13,187,220); }
td.TdClassName
{
border-color: #0DBBDC;
}
.TagClassName
{
border-color: #0DBBDC;
}
</style>