Shades of Iris Blue #0DAEDC
Tints of Iris Blue #0DAEDC
RGB
CMYK
RGB Variations
Color information
#0DAEDC (or 0x0DAEDC) is known color: Iris Blue. HEX triplet: 0D, AE and DC. RGB value is (13,174,220). Sum of RGB (Red+Green+Blue) = 13+174+220=407 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DAEDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAEDC is #F25123. Grayscale: #828282. Windows color (decimal): -15880484 or 14462477. OLE color: 14462477.
HSL color Cylindrical-coordinate representation of color #0DAEDC: hue angle of 193.33º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAEDC is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 174 | 220 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.14 |
| HSL | 193.33º | 0.89% | 0.46% | - |
| HSV(B) | 193.33º | 0.94% | 0.86% | - |
| XYZ | 28.22 | 35.52 | 73.08 | - |
| YUV | 131.11 | 178.16 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 220 | 0.94 | 0.21 | 0 | 0.14 | 193.33 | 0.89 | 0.46 |
| Hex | D | AE | DC | 5E | 15 | 0 | E | C1 | 59 | 2E |
| Octal | 15 | 256 | 334 | 136 | 25 | 0 | 16 | 301 | 131 | 56 |
| Binary | 1101 | 10101110 | 11011100 | 1011110 | 10101 | 0 | 1110 | 11000001 | 1011001 | 101110 |
Color Harmonies of #0DAEDC
Complementary color
Monochromatic Colors of #0DAEDC
Black with #0DAEDC
Text Example
Text Example
White with #0DAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAEDC; }
p { color: rgb(13,174,220); }
H1.HeaderClassName
{
color: #0DAEDC;
}
.AnyTagClassName
{
color: #0DAEDC;
}
</style>
background-color css
<style>
a { background-color: #0DAEDC; }
a { background-color: rgb(13,174,220); }
div.DivClassName
{
background-color: #0DAEDC;
}
.BgClassName
{
background-color: #0DAEDC;
}
</style>
border-color css
<style>
span { border-color: #0DAEDC; }
span { border-color: rgb(13,174,220); }
td.TdClassName
{
border-color: #0DAEDC;
}
.TagClassName
{
border-color: #0DAEDC;
}
</style>