Shades of Iris Blue #0DBDCE
Tints of Iris Blue #0DBDCE
RGB
CMYK
RGB Variations
Color information
#0DBDCE (or 0x0DBDCE) is known color: Iris Blue. HEX triplet: 0D, BD and CE. RGB value is (13,189,206). Sum of RGB (Red+Green+Blue) = 13+189+206=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DBDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDCE is #F24231. Grayscale: #8A8A8A. Windows color (decimal): -15876658 or 13548813. OLE color: 13548813.
HSL color Cylindrical-coordinate representation of color #0DBDCE: hue angle of 185.28º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBDCE is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 189 | 206 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.19 |
| HSL | 185.29º | 0.88% | 0.43% | - |
| HSV(B) | 185.29º | 0.94% | 0.81% | - |
| XYZ | 29.5 | 40.94 | 64.74 | - |
| YUV | 138.31 | 166.19 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 206 | 0.94 | 0.08 | 0 | 0.19 | 185.29 | 0.88 | 0.43 |
| Hex | D | BD | CE | 5E | 8 | 0 | 13 | B9 | 58 | 2B |
| Octal | 15 | 275 | 316 | 136 | 10 | 0 | 23 | 271 | 130 | 53 |
| Binary | 1101 | 10111101 | 11001110 | 1011110 | 1000 | 0 | 10011 | 10111001 | 1011000 | 101011 |
Color Harmonies of #0DBDCE
Complementary color
Monochromatic Colors of #0DBDCE
Black with #0DBDCE
Text Example
Text Example
White with #0DBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDCE; }
p { color: rgb(13,189,206); }
H1.HeaderClassName
{
color: #0DBDCE;
}
.AnyTagClassName
{
color: #0DBDCE;
}
</style>
background-color css
<style>
a { background-color: #0DBDCE; }
a { background-color: rgb(13,189,206); }
div.DivClassName
{
background-color: #0DBDCE;
}
.BgClassName
{
background-color: #0DBDCE;
}
</style>
border-color css
<style>
span { border-color: #0DBDCE; }
span { border-color: rgb(13,189,206); }
td.TdClassName
{
border-color: #0DBDCE;
}
.TagClassName
{
border-color: #0DBDCE;
}
</style>