Shades of Iris Blue #0DBEC5
Tints of Iris Blue #0DBEC5
RGB
CMYK
RGB Variations
Color information
#0DBEC5 (or 0x0DBEC5) is known color: Iris Blue. HEX triplet: 0D, BE and C5. RGB value is (13,190,197). Sum of RGB (Red+Green+Blue) = 13+190+197=400 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.25% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 197 (77.34% from 255 or 49.25% from 400); Max value from RGB is 197 - color contains mainly: blue. Hex color #0DBEC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBEC5 is #F2413A. Grayscale: #898989. Windows color (decimal): -15876411 or 12959245. OLE color: 12959245.
HSL color Cylindrical-coordinate representation of color #0DBEC5: hue angle of 182.28º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBEC5 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 190 | 197 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.23 |
| HSL | 182.28º | 0.88% | 0.41% | - |
| HSV(B) | 182.28º | 0.93% | 0.77% | - |
| XYZ | 28.66 | 40.94 | 59.22 | - |
| YUV | 137.88 | 161.36 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 197 | 0.93 | 0.04 | 0 | 0.23 | 182.28 | 0.88 | 0.41 |
| Hex | D | BE | C5 | 5D | 4 | 0 | 17 | B6 | 58 | 29 |
| Octal | 15 | 276 | 305 | 135 | 4 | 0 | 27 | 266 | 130 | 51 |
| Binary | 1101 | 10111110 | 11000101 | 1011101 | 100 | 0 | 10111 | 10110110 | 1011000 | 101001 |
Color Harmonies of #0DBEC5
Complementary color
Monochromatic Colors of #0DBEC5
Black with #0DBEC5
Text Example
Text Example
White with #0DBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEC5; }
p { color: rgb(13,190,197); }
H1.HeaderClassName
{
color: #0DBEC5;
}
.AnyTagClassName
{
color: #0DBEC5;
}
</style>
background-color css
<style>
a { background-color: #0DBEC5; }
a { background-color: rgb(13,190,197); }
div.DivClassName
{
background-color: #0DBEC5;
}
.BgClassName
{
background-color: #0DBEC5;
}
</style>
border-color css
<style>
span { border-color: #0DBEC5; }
span { border-color: rgb(13,190,197); }
td.TdClassName
{
border-color: #0DBEC5;
}
.TagClassName
{
border-color: #0DBEC5;
}
</style>