Shades of Iris Blue #0DBEC9
Tints of Iris Blue #0DBEC9
RGB
CMYK
RGB Variations
Color information
#0DBEC9 (or 0x0DBEC9) is known color: Iris Blue. HEX triplet: 0D, BE and C9. RGB value is (13,190,201). Sum of RGB (Red+Green+Blue) = 13+190+201=404 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.22% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #0DBEC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBEC9 is #F24136. Grayscale: #8A8A8A. Windows color (decimal): -15876407 or 13221389. OLE color: 13221389.
HSL color Cylindrical-coordinate representation of color #0DBEC9: hue angle of 183.51º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBEC9 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 190 | 201 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.21 |
| HSL | 183.51º | 0.88% | 0.42% | - |
| HSV(B) | 183.51º | 0.94% | 0.79% | - |
| XYZ | 29.12 | 41.13 | 61.66 | - |
| YUV | 138.33 | 163.36 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 201 | 0.94 | 0.05 | 0 | 0.21 | 183.51 | 0.88 | 0.42 |
| Hex | D | BE | C9 | 5E | 5 | 0 | 15 | B8 | 58 | 2A |
| Octal | 15 | 276 | 311 | 136 | 5 | 0 | 25 | 270 | 130 | 52 |
| Binary | 1101 | 10111110 | 11001001 | 1011110 | 101 | 0 | 10101 | 10111000 | 1011000 | 101010 |
Color Harmonies of #0DBEC9
Complementary color
Monochromatic Colors of #0DBEC9
Black with #0DBEC9
Text Example
Text Example
White with #0DBEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEC9; }
p { color: rgb(13,190,201); }
H1.HeaderClassName
{
color: #0DBEC9;
}
.AnyTagClassName
{
color: #0DBEC9;
}
</style>
background-color css
<style>
a { background-color: #0DBEC9; }
a { background-color: rgb(13,190,201); }
div.DivClassName
{
background-color: #0DBEC9;
}
.BgClassName
{
background-color: #0DBEC9;
}
</style>
border-color css
<style>
span { border-color: #0DBEC9; }
span { border-color: rgb(13,190,201); }
td.TdClassName
{
border-color: #0DBEC9;
}
.TagClassName
{
border-color: #0DBEC9;
}
</style>