Shades of Iris Blue #0DBEBC
Tints of Iris Blue #0DBEBC
RGB
CMYK
RGB Variations
Color information
#0DBEBC (or 0x0DBEBC) is known color: Iris Blue. HEX triplet: 0D, BE and BC. RGB value is (13,190,188). Sum of RGB (Red+Green+Blue) = 13+190+188=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBEBC is #F24143. Grayscale: #888888. Windows color (decimal): -15876420 or 12369421. OLE color: 12369421.
HSL color Cylindrical-coordinate representation of color #0DBEBC: hue angle of 179.32º 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 #0DBEBC is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 188 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.25 |
| HSL | 179.32º | 0.87% | 0.4% | - |
| HSV(B) | 179.32º | 0.93% | 0.75% | - |
| XYZ | 27.66 | 40.54 | 53.94 | - |
| YUV | 136.85 | 156.86 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 188 | 0.93 | 0 | 0.01 | 0.25 | 179.32 | 0.87 | 0.4 |
| Hex | D | BE | BC | 5D | 0 | 1 | 19 | B3 | 57 | 28 |
| Octal | 15 | 276 | 274 | 135 | 0 | 1 | 31 | 263 | 127 | 50 |
| Binary | 1101 | 10111110 | 10111100 | 1011101 | 0 | 1 | 11001 | 10110011 | 1010111 | 101000 |
Color Harmonies of #0DBEBC
Complementary color
Monochromatic Colors of #0DBEBC
Black with #0DBEBC
Text Example
Text Example
White with #0DBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEBC; }
p { color: rgb(13,190,188); }
H1.HeaderClassName
{
color: #0DBEBC;
}
.AnyTagClassName
{
color: #0DBEBC;
}
</style>
background-color css
<style>
a { background-color: #0DBEBC; }
a { background-color: rgb(13,190,188); }
div.DivClassName
{
background-color: #0DBEBC;
}
.BgClassName
{
background-color: #0DBEBC;
}
</style>
border-color css
<style>
span { border-color: #0DBEBC; }
span { border-color: rgb(13,190,188); }
td.TdClassName
{
border-color: #0DBEBC;
}
.TagClassName
{
border-color: #0DBEBC;
}
</style>