Shades of Iris Blue #0DBEB7
Tints of Iris Blue #0DBEB7
RGB
CMYK
RGB Variations
Color information
#0DBEB7 (or 0x0DBEB7) is known color: Iris Blue. HEX triplet: 0D, BE and B7. RGB value is (13,190,183). Sum of RGB (Red+Green+Blue) = 13+190+183=386 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.37% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBEB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBEB7 is #F24148. Grayscale: #888888. Windows color (decimal): -15876425 or 12041741. OLE color: 12041741.
HSL color Cylindrical-coordinate representation of color #0DBEB7: hue angle of 177.63º 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 #0DBEB7 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 183 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.25 |
| HSL | 177.63º | 0.87% | 0.4% | - |
| HSV(B) | 177.63º | 0.93% | 0.75% | - |
| XYZ | 27.13 | 40.33 | 51.15 | - |
| YUV | 136.28 | 154.36 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 183 | 0.93 | 0 | 0.04 | 0.25 | 177.63 | 0.87 | 0.4 |
| Hex | D | BE | B7 | 5D | 0 | 4 | 19 | B2 | 57 | 28 |
| Octal | 15 | 276 | 267 | 135 | 0 | 4 | 31 | 262 | 127 | 50 |
| Binary | 1101 | 10111110 | 10110111 | 1011101 | 0 | 100 | 11001 | 10110010 | 1010111 | 101000 |
Color Harmonies of #0DBEB7
Complementary color
Monochromatic Colors of #0DBEB7
Black with #0DBEB7
Text Example
Text Example
White with #0DBEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEB7; }
p { color: rgb(13,190,183); }
H1.HeaderClassName
{
color: #0DBEB7;
}
.AnyTagClassName
{
color: #0DBEB7;
}
</style>
background-color css
<style>
a { background-color: #0DBEB7; }
a { background-color: rgb(13,190,183); }
div.DivClassName
{
background-color: #0DBEB7;
}
.BgClassName
{
background-color: #0DBEB7;
}
</style>
border-color css
<style>
span { border-color: #0DBEB7; }
span { border-color: rgb(13,190,183); }
td.TdClassName
{
border-color: #0DBEB7;
}
.TagClassName
{
border-color: #0DBEB7;
}
</style>