Shades of Iris Blue #0DBDDE
Tints of Iris Blue #0DBDDE
RGB
CMYK
RGB Variations
Color information
#0DBDDE (or 0x0DBDDE) is known color: Iris Blue. HEX triplet: 0D, BD and DE. RGB value is (13,189,222). Sum of RGB (Red+Green+Blue) = 13+189+222=424 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #0DBDDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDDE is #F24221. Grayscale: #8B8B8B. Windows color (decimal): -15876642 or 14597389. OLE color: 14597389.
HSL color Cylindrical-coordinate representation of color #0DBDDE: hue angle of 189.47º 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 #0DBDDE is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 189 | 222 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.13 |
| HSL | 189.47º | 0.89% | 0.46% | - |
| HSV(B) | 189.47º | 0.94% | 0.87% | - |
| XYZ | 31.55 | 41.75 | 75.5 | - |
| YUV | 140.14 | 174.19 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 222 | 0.94 | 0.15 | 0 | 0.13 | 189.47 | 0.89 | 0.46 |
| Hex | D | BD | DE | 5E | F | 0 | D | BD | 59 | 2E |
| Octal | 15 | 275 | 336 | 136 | 17 | 0 | 15 | 275 | 131 | 56 |
| Binary | 1101 | 10111101 | 11011110 | 1011110 | 1111 | 0 | 1101 | 10111101 | 1011001 | 101110 |
Color Harmonies of #0DBDDE
Complementary color
Monochromatic Colors of #0DBDDE
Black with #0DBDDE
Text Example
Text Example
White with #0DBDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDDE; }
p { color: rgb(13,189,222); }
H1.HeaderClassName
{
color: #0DBDDE;
}
.AnyTagClassName
{
color: #0DBDDE;
}
</style>
background-color css
<style>
a { background-color: #0DBDDE; }
a { background-color: rgb(13,189,222); }
div.DivClassName
{
background-color: #0DBDDE;
}
.BgClassName
{
background-color: #0DBDDE;
}
</style>
border-color css
<style>
span { border-color: #0DBDDE; }
span { border-color: rgb(13,189,222); }
td.TdClassName
{
border-color: #0DBDDE;
}
.TagClassName
{
border-color: #0DBDDE;
}
</style>