Shades of Iris Blue #0DAEC8
Tints of Iris Blue #0DAEC8
RGB
CMYK
RGB Variations
Color information
#0DAEC8 (or 0x0DAEC8) is known color: Iris Blue. HEX triplet: 0D, AE and C8. RGB value is (13,174,200). Sum of RGB (Red+Green+Blue) = 13+174+200=387 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.36% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #0DAEC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAEC8 is #F25137. Grayscale: #808080. Windows color (decimal): -15880504 or 13151757. OLE color: 13151757.
HSL color Cylindrical-coordinate representation of color #0DAEC8: hue angle of 188.34º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAEC8 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 174 | 200 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.22 |
| HSL | 188.34º | 0.88% | 0.42% | - |
| HSV(B) | 188.34º | 0.94% | 0.78% | - |
| XYZ | 25.73 | 34.53 | 59.95 | - |
| YUV | 128.83 | 168.16 | 45.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 200 | 0.94 | 0.13 | 0 | 0.22 | 188.34 | 0.88 | 0.42 |
| Hex | D | AE | C8 | 5E | D | 0 | 16 | BC | 58 | 2A |
| Octal | 15 | 256 | 310 | 136 | 15 | 0 | 26 | 274 | 130 | 52 |
| Binary | 1101 | 10101110 | 11001000 | 1011110 | 1101 | 0 | 10110 | 10111100 | 1011000 | 101010 |
Color Harmonies of #0DAEC8
Complementary color
Monochromatic Colors of #0DAEC8
Black with #0DAEC8
Text Example
Text Example
White with #0DAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAEC8; }
p { color: rgb(13,174,200); }
H1.HeaderClassName
{
color: #0DAEC8;
}
.AnyTagClassName
{
color: #0DAEC8;
}
</style>
background-color css
<style>
a { background-color: #0DAEC8; }
a { background-color: rgb(13,174,200); }
div.DivClassName
{
background-color: #0DAEC8;
}
.BgClassName
{
background-color: #0DAEC8;
}
</style>
border-color css
<style>
span { border-color: #0DAEC8; }
span { border-color: rgb(13,174,200); }
td.TdClassName
{
border-color: #0DAEC8;
}
.TagClassName
{
border-color: #0DAEC8;
}
</style>