Shades of Iris Blue #0DBEDE
Tints of Iris Blue #0DBEDE
RGB
CMYK
RGB Variations
Color information
#0DBEDE (or 0x0DBEDE) is known color: Iris Blue. HEX triplet: 0D, BE and DE. RGB value is (13,190,222). Sum of RGB (Red+Green+Blue) = 13+190+222=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #0DBEDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBEDE is #F24121. Grayscale: #8C8C8C. Windows color (decimal): -15876386 or 14597645. OLE color: 14597645.
HSL color Cylindrical-coordinate representation of color #0DBEDE: hue angle of 189.19º 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 #0DBEDE is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 190 | 222 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.13 |
| HSL | 189.19º | 0.89% | 0.46% | - |
| HSV(B) | 189.19º | 0.94% | 0.87% | - |
| XYZ | 31.76 | 42.19 | 75.58 | - |
| YUV | 140.73 | 173.86 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 222 | 0.94 | 0.14 | 0 | 0.13 | 189.19 | 0.89 | 0.46 |
| Hex | D | BE | DE | 5E | E | 0 | D | BD | 59 | 2E |
| Octal | 15 | 276 | 336 | 136 | 16 | 0 | 15 | 275 | 131 | 56 |
| Binary | 1101 | 10111110 | 11011110 | 1011110 | 1110 | 0 | 1101 | 10111101 | 1011001 | 101110 |
Color Harmonies of #0DBEDE
Complementary color
Monochromatic Colors of #0DBEDE
Black with #0DBEDE
Text Example
Text Example
White with #0DBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEDE; }
p { color: rgb(13,190,222); }
H1.HeaderClassName
{
color: #0DBEDE;
}
.AnyTagClassName
{
color: #0DBEDE;
}
</style>
background-color css
<style>
a { background-color: #0DBEDE; }
a { background-color: rgb(13,190,222); }
div.DivClassName
{
background-color: #0DBEDE;
}
.BgClassName
{
background-color: #0DBEDE;
}
</style>
border-color css
<style>
span { border-color: #0DBEDE; }
span { border-color: rgb(13,190,222); }
td.TdClassName
{
border-color: #0DBEDE;
}
.TagClassName
{
border-color: #0DBEDE;
}
</style>