Shades of Iris Blue #0DBED8
Tints of Iris Blue #0DBED8
RGB
CMYK
RGB Variations
Color information
#0DBED8 (or 0x0DBED8) is known color: Iris Blue. HEX triplet: 0D, BE and D8. RGB value is (13,190,216). Sum of RGB (Red+Green+Blue) = 13+190+216=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #0DBED8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBED8 is #F24127. Grayscale: #8B8B8B. Windows color (decimal): -15876392 or 14204429. OLE color: 14204429.
HSL color Cylindrical-coordinate representation of color #0DBED8: hue angle of 187.68º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBED8 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 190 | 216 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.15 |
| HSL | 187.68º | 0.89% | 0.45% | - |
| HSV(B) | 187.68º | 0.94% | 0.85% | - |
| XYZ | 30.97 | 41.87 | 71.42 | - |
| YUV | 140.04 | 170.86 | 37.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 216 | 0.94 | 0.12 | 0 | 0.15 | 187.68 | 0.89 | 0.45 |
| Hex | D | BE | D8 | 5E | C | 0 | F | BC | 59 | 2D |
| Octal | 15 | 276 | 330 | 136 | 14 | 0 | 17 | 274 | 131 | 55 |
| Binary | 1101 | 10111110 | 11011000 | 1011110 | 1100 | 0 | 1111 | 10111100 | 1011001 | 101101 |
Color Harmonies of #0DBED8
Complementary color
Monochromatic Colors of #0DBED8
Black with #0DBED8
Text Example
Text Example
White with #0DBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBED8; }
p { color: rgb(13,190,216); }
H1.HeaderClassName
{
color: #0DBED8;
}
.AnyTagClassName
{
color: #0DBED8;
}
</style>
background-color css
<style>
a { background-color: #0DBED8; }
a { background-color: rgb(13,190,216); }
div.DivClassName
{
background-color: #0DBED8;
}
.BgClassName
{
background-color: #0DBED8;
}
</style>
border-color css
<style>
span { border-color: #0DBED8; }
span { border-color: rgb(13,190,216); }
td.TdClassName
{
border-color: #0DBED8;
}
.TagClassName
{
border-color: #0DBED8;
}
</style>