Shades of Iris Blue #0DBDE0
Tints of Iris Blue #0DBDE0
RGB
CMYK
RGB Variations
Color information
#0DBDE0 (or 0x0DBDE0) is known color: Iris Blue. HEX triplet: 0D, BD and E0. RGB value is (13,189,224). Sum of RGB (Red+Green+Blue) = 13+189+224=426 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.05% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #0DBDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDE0 is #F2421F. Grayscale: #8C8C8C. Windows color (decimal): -15876640 or 14728461. OLE color: 14728461.
HSL color Cylindrical-coordinate representation of color #0DBDE0: hue angle of 189.95º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBDE0 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 189 | 224 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.12 |
| HSL | 189.95º | 0.89% | 0.46% | - |
| HSV(B) | 189.95º | 0.94% | 0.88% | - |
| XYZ | 31.82 | 41.86 | 76.92 | - |
| YUV | 140.37 | 175.19 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 224 | 0.94 | 0.16 | 0 | 0.12 | 189.95 | 0.89 | 0.46 |
| Hex | D | BD | E0 | 5E | 10 | 0 | C | BE | 59 | 2E |
| Octal | 15 | 275 | 340 | 136 | 20 | 0 | 14 | 276 | 131 | 56 |
| Binary | 1101 | 10111101 | 11100000 | 1011110 | 10000 | 0 | 1100 | 10111110 | 1011001 | 101110 |
Color Harmonies of #0DBDE0
Complementary color
Monochromatic Colors of #0DBDE0
Black with #0DBDE0
Text Example
Text Example
White with #0DBDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDE0; }
p { color: rgb(13,189,224); }
H1.HeaderClassName
{
color: #0DBDE0;
}
.AnyTagClassName
{
color: #0DBDE0;
}
</style>
background-color css
<style>
a { background-color: #0DBDE0; }
a { background-color: rgb(13,189,224); }
div.DivClassName
{
background-color: #0DBDE0;
}
.BgClassName
{
background-color: #0DBDE0;
}
</style>
border-color css
<style>
span { border-color: #0DBDE0; }
span { border-color: rgb(13,189,224); }
td.TdClassName
{
border-color: #0DBDE0;
}
.TagClassName
{
border-color: #0DBDE0;
}
</style>