Shades of Iris Blue #0DBEC4
Tints of Iris Blue #0DBEC4
RGB
CMYK
RGB Variations
Color information
#0DBEC4 (or 0x0DBEC4) is known color: Iris Blue. HEX triplet: 0D, BE and C4. RGB value is (13,190,196). Sum of RGB (Red+Green+Blue) = 13+190+196=399 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.26% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #0DBEC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBEC4 is #F2413B. Grayscale: #898989. Windows color (decimal): -15876412 or 12893709. OLE color: 12893709.
HSL color Cylindrical-coordinate representation of color #0DBEC4: hue angle of 181.97º 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 #0DBEC4 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 190 | 196 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.23 |
| HSL | 181.97º | 0.88% | 0.41% | - |
| HSV(B) | 181.97º | 0.93% | 0.77% | - |
| XYZ | 28.54 | 40.9 | 58.61 | - |
| YUV | 137.76 | 160.86 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 196 | 0.93 | 0.03 | 0 | 0.23 | 181.97 | 0.88 | 0.41 |
| Hex | D | BE | C4 | 5D | 3 | 0 | 17 | B6 | 58 | 29 |
| Octal | 15 | 276 | 304 | 135 | 3 | 0 | 27 | 266 | 130 | 51 |
| Binary | 1101 | 10111110 | 11000100 | 1011101 | 11 | 0 | 10111 | 10110110 | 1011000 | 101001 |
Color Harmonies of #0DBEC4
Complementary color
Monochromatic Colors of #0DBEC4
Black with #0DBEC4
Text Example
Text Example
White with #0DBEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEC4; }
p { color: rgb(13,190,196); }
H1.HeaderClassName
{
color: #0DBEC4;
}
.AnyTagClassName
{
color: #0DBEC4;
}
</style>
background-color css
<style>
a { background-color: #0DBEC4; }
a { background-color: rgb(13,190,196); }
div.DivClassName
{
background-color: #0DBEC4;
}
.BgClassName
{
background-color: #0DBEC4;
}
</style>
border-color css
<style>
span { border-color: #0DBEC4; }
span { border-color: rgb(13,190,196); }
td.TdClassName
{
border-color: #0DBEC4;
}
.TagClassName
{
border-color: #0DBEC4;
}
</style>