Shades of Iris Blue #0DBEBD
Tints of Iris Blue #0DBEBD
RGB
CMYK
RGB Variations
Color information
#0DBEBD (or 0x0DBEBD) is known color: Iris Blue. HEX triplet: 0D, BE and BD. RGB value is (13,190,189). Sum of RGB (Red+Green+Blue) = 13+190+189=392 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBEBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBEBD is #F24142. Grayscale: #888888. Windows color (decimal): -15876419 or 12434957. OLE color: 12434957.
HSL color Cylindrical-coordinate representation of color #0DBEBD: hue angle of 179.66º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBEBD is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 189 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.25 |
| HSL | 179.66º | 0.87% | 0.4% | - |
| HSV(B) | 179.66º | 0.93% | 0.75% | - |
| XYZ | 27.76 | 40.59 | 54.51 | - |
| YUV | 136.96 | 157.36 | 39.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 189 | 0.93 | 0 | 0.01 | 0.25 | 179.66 | 0.87 | 0.4 |
| Hex | D | BE | BD | 5D | 0 | 1 | 19 | B4 | 57 | 28 |
| Octal | 15 | 276 | 275 | 135 | 0 | 1 | 31 | 264 | 127 | 50 |
| Binary | 1101 | 10111110 | 10111101 | 1011101 | 0 | 1 | 11001 | 10110100 | 1010111 | 101000 |
Color Harmonies of #0DBEBD
Complementary color
Monochromatic Colors of #0DBEBD
Black with #0DBEBD
Text Example
Text Example
White with #0DBEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEBD; }
p { color: rgb(13,190,189); }
H1.HeaderClassName
{
color: #0DBEBD;
}
.AnyTagClassName
{
color: #0DBEBD;
}
</style>
background-color css
<style>
a { background-color: #0DBEBD; }
a { background-color: rgb(13,190,189); }
div.DivClassName
{
background-color: #0DBEBD;
}
.BgClassName
{
background-color: #0DBEBD;
}
</style>
border-color css
<style>
span { border-color: #0DBEBD; }
span { border-color: rgb(13,190,189); }
td.TdClassName
{
border-color: #0DBEBD;
}
.TagClassName
{
border-color: #0DBEBD;
}
</style>