Shades of Iris Blue #0DBEDD
Tints of Iris Blue #0DBEDD
RGB
CMYK
RGB Variations
Color information
#0DBEDD (or 0x0DBEDD) is known color: Iris Blue. HEX triplet: 0D, BE and DD. RGB value is (13,190,221). Sum of RGB (Red+Green+Blue) = 13+190+221=424 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DBEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBEDD is #F24122. Grayscale: #8C8C8C. Windows color (decimal): -15876387 or 14532109. OLE color: 14532109.
HSL color Cylindrical-coordinate representation of color #0DBEDD: hue angle of 188.94º 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 #0DBEDD is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 190 | 221 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.13 |
| HSL | 188.94º | 0.89% | 0.46% | - |
| HSV(B) | 188.94º | 0.94% | 0.87% | - |
| XYZ | 31.63 | 42.13 | 74.87 | - |
| YUV | 140.61 | 173.36 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 221 | 0.94 | 0.14 | 0 | 0.13 | 188.94 | 0.89 | 0.46 |
| Hex | D | BE | DD | 5E | E | 0 | D | BD | 59 | 2E |
| Octal | 15 | 276 | 335 | 136 | 16 | 0 | 15 | 275 | 131 | 56 |
| Binary | 1101 | 10111110 | 11011101 | 1011110 | 1110 | 0 | 1101 | 10111101 | 1011001 | 101110 |
Color Harmonies of #0DBEDD
Complementary color
Monochromatic Colors of #0DBEDD
Black with #0DBEDD
Text Example
Text Example
White with #0DBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEDD; }
p { color: rgb(13,190,221); }
H1.HeaderClassName
{
color: #0DBEDD;
}
.AnyTagClassName
{
color: #0DBEDD;
}
</style>
background-color css
<style>
a { background-color: #0DBEDD; }
a { background-color: rgb(13,190,221); }
div.DivClassName
{
background-color: #0DBEDD;
}
.BgClassName
{
background-color: #0DBEDD;
}
</style>
border-color css
<style>
span { border-color: #0DBEDD; }
span { border-color: rgb(13,190,221); }
td.TdClassName
{
border-color: #0DBEDD;
}
.TagClassName
{
border-color: #0DBEDD;
}
</style>