Shades of Iris Blue #0DACE3
Tints of Iris Blue #0DACE3
RGB
CMYK
RGB Variations
Color information
#0DACE3 (or 0x0DACE3) is known color: Iris Blue. HEX triplet: 0D, AC and E3. RGB value is (13,172,227). Sum of RGB (Red+Green+Blue) = 13+172+227=412 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 227 (89.06% from 255 or 55.10% from 412); Max value from RGB is 227 - color contains mainly: blue. Hex color #0DACE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACE3 is #F2531C. Grayscale: #828282. Windows color (decimal): -15880989 or 14920717. OLE color: 14920717.
HSL color Cylindrical-coordinate representation of color #0DACE3: hue angle of 195.42º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DACE3 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 172 | 227 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.11 |
| HSL | 195.42º | 0.89% | 0.47% | - |
| HSV(B) | 195.42º | 0.94% | 0.89% | - |
| XYZ | 28.78 | 35.14 | 77.94 | - |
| YUV | 130.73 | 182.32 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 227 | 0.94 | 0.24 | 0 | 0.11 | 195.42 | 0.89 | 0.47 |
| Hex | D | AC | E3 | 5E | 18 | 0 | B | C3 | 59 | 2F |
| Octal | 15 | 254 | 343 | 136 | 30 | 0 | 13 | 303 | 131 | 57 |
| Binary | 1101 | 10101100 | 11100011 | 1011110 | 11000 | 0 | 1011 | 11000011 | 1011001 | 101111 |
Color Harmonies of #0DACE3
Complementary color
Monochromatic Colors of #0DACE3
Black with #0DACE3
Text Example
Text Example
White with #0DACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DACE3; }
p { color: rgb(13,172,227); }
H1.HeaderClassName
{
color: #0DACE3;
}
.AnyTagClassName
{
color: #0DACE3;
}
</style>
background-color css
<style>
a { background-color: #0DACE3; }
a { background-color: rgb(13,172,227); }
div.DivClassName
{
background-color: #0DACE3;
}
.BgClassName
{
background-color: #0DACE3;
}
</style>
border-color css
<style>
span { border-color: #0DACE3; }
span { border-color: rgb(13,172,227); }
td.TdClassName
{
border-color: #0DACE3;
}
.TagClassName
{
border-color: #0DACE3;
}
</style>