Shades of Iris Blue #0DBBDD
Tints of Iris Blue #0DBBDD
RGB
CMYK
RGB Variations
Color information
#0DBBDD (or 0x0DBBDD) is known color: Iris Blue. HEX triplet: 0D, BB and DD. RGB value is (13,187,221). Sum of RGB (Red+Green+Blue) = 13+187+221=421 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.09% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DBBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBDD is #F24422. Grayscale: #8A8A8A. Windows color (decimal): -15877155 or 14531341. OLE color: 14531341.
HSL color Cylindrical-coordinate representation of color #0DBBDD: hue angle of 189.81º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBBDD is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 187 | 221 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.13 |
| HSL | 189.81º | 0.89% | 0.46% | - |
| HSV(B) | 189.81º | 0.94% | 0.87% | - |
| XYZ | 30.99 | 40.85 | 74.66 | - |
| YUV | 138.85 | 174.35 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 221 | 0.94 | 0.15 | 0 | 0.13 | 189.81 | 0.89 | 0.46 |
| Hex | D | BB | DD | 5E | F | 0 | D | BE | 59 | 2E |
| Octal | 15 | 273 | 335 | 136 | 17 | 0 | 15 | 276 | 131 | 56 |
| Binary | 1101 | 10111011 | 11011101 | 1011110 | 1111 | 0 | 1101 | 10111110 | 1011001 | 101110 |
Color Harmonies of #0DBBDD
Complementary color
Monochromatic Colors of #0DBBDD
Black with #0DBBDD
Text Example
Text Example
White with #0DBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBDD; }
p { color: rgb(13,187,221); }
H1.HeaderClassName
{
color: #0DBBDD;
}
.AnyTagClassName
{
color: #0DBBDD;
}
</style>
background-color css
<style>
a { background-color: #0DBBDD; }
a { background-color: rgb(13,187,221); }
div.DivClassName
{
background-color: #0DBBDD;
}
.BgClassName
{
background-color: #0DBBDD;
}
</style>
border-color css
<style>
span { border-color: #0DBBDD; }
span { border-color: rgb(13,187,221); }
td.TdClassName
{
border-color: #0DBBDD;
}
.TagClassName
{
border-color: #0DBBDD;
}
</style>