Shades of Iris Blue #0DBCE1
Tints of Iris Blue #0DBCE1
RGB
CMYK
RGB Variations
Color information
#0DBCE1 (or 0x0DBCE1) is known color: Iris Blue. HEX triplet: 0D, BC and E1. RGB value is (13,188,225). Sum of RGB (Red+Green+Blue) = 13+188+225=426 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.05% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #0DBCE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBCE1 is #F2431E. Grayscale: #8B8B8B. Windows color (decimal): -15876895 or 14793741. OLE color: 14793741.
HSL color Cylindrical-coordinate representation of color #0DBCE1: hue angle of 190.47º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBCE1 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 188 | 225 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.12 |
| HSL | 190.47º | 0.89% | 0.47% | - |
| HSV(B) | 190.47º | 0.94% | 0.88% | - |
| XYZ | 31.74 | 41.49 | 77.57 | - |
| YUV | 139.89 | 176.02 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 225 | 0.94 | 0.16 | 0 | 0.12 | 190.47 | 0.89 | 0.47 |
| Hex | D | BC | E1 | 5E | 10 | 0 | C | BE | 59 | 2F |
| Octal | 15 | 274 | 341 | 136 | 20 | 0 | 14 | 276 | 131 | 57 |
| Binary | 1101 | 10111100 | 11100001 | 1011110 | 10000 | 0 | 1100 | 10111110 | 1011001 | 101111 |
Color Harmonies of #0DBCE1
Complementary color
Monochromatic Colors of #0DBCE1
Black with #0DBCE1
Text Example
Text Example
White with #0DBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCE1; }
p { color: rgb(13,188,225); }
H1.HeaderClassName
{
color: #0DBCE1;
}
.AnyTagClassName
{
color: #0DBCE1;
}
</style>
background-color css
<style>
a { background-color: #0DBCE1; }
a { background-color: rgb(13,188,225); }
div.DivClassName
{
background-color: #0DBCE1;
}
.BgClassName
{
background-color: #0DBCE1;
}
</style>
border-color css
<style>
span { border-color: #0DBCE1; }
span { border-color: rgb(13,188,225); }
td.TdClassName
{
border-color: #0DBCE1;
}
.TagClassName
{
border-color: #0DBCE1;
}
</style>