Shades of Iris Blue #0DBDE1
Tints of Iris Blue #0DBDE1
RGB
CMYK
RGB Variations
Color information
#0DBDE1 (or 0x0DBDE1) is known color: Iris Blue. HEX triplet: 0D, BD and E1. RGB value is (13,189,225). Sum of RGB (Red+Green+Blue) = 13+189+225=427 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #0DBDE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDE1 is #F2421E. Grayscale: #8C8C8C. Windows color (decimal): -15876639 or 14793997. OLE color: 14793997.
HSL color Cylindrical-coordinate representation of color #0DBDE1: hue angle of 190.19º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBDE1 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 189 | 225 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.12 |
| HSL | 190.19º | 0.89% | 0.47% | - |
| HSV(B) | 190.19º | 0.94% | 0.88% | - |
| XYZ | 31.95 | 41.92 | 77.64 | - |
| YUV | 140.48 | 175.69 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 225 | 0.94 | 0.16 | 0 | 0.12 | 190.19 | 0.89 | 0.47 |
| Hex | D | BD | E1 | 5E | 10 | 0 | C | BE | 59 | 2F |
| Octal | 15 | 275 | 341 | 136 | 20 | 0 | 14 | 276 | 131 | 57 |
| Binary | 1101 | 10111101 | 11100001 | 1011110 | 10000 | 0 | 1100 | 10111110 | 1011001 | 101111 |
Color Harmonies of #0DBDE1
Complementary color
Monochromatic Colors of #0DBDE1
Black with #0DBDE1
Text Example
Text Example
White with #0DBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDE1; }
p { color: rgb(13,189,225); }
H1.HeaderClassName
{
color: #0DBDE1;
}
.AnyTagClassName
{
color: #0DBDE1;
}
</style>
background-color css
<style>
a { background-color: #0DBDE1; }
a { background-color: rgb(13,189,225); }
div.DivClassName
{
background-color: #0DBDE1;
}
.BgClassName
{
background-color: #0DBDE1;
}
</style>
border-color css
<style>
span { border-color: #0DBDE1; }
span { border-color: rgb(13,189,225); }
td.TdClassName
{
border-color: #0DBDE1;
}
.TagClassName
{
border-color: #0DBDE1;
}
</style>