Shades of Iris Blue #0DAEDA
Tints of Iris Blue #0DAEDA
RGB
CMYK
RGB Variations
Color information
#0DAEDA (or 0x0DAEDA) is known color: Iris Blue. HEX triplet: 0D, AE and DA. RGB value is (13,174,218). Sum of RGB (Red+Green+Blue) = 13+174+218=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DAEDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAEDA is #F25125. Grayscale: #828282. Windows color (decimal): -15880486 or 14331405. OLE color: 14331405.
HSL color Cylindrical-coordinate representation of color #0DAEDA: hue angle of 192.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAEDA is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 174 | 218 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.15 |
| HSL | 192.88º | 0.89% | 0.45% | - |
| HSV(B) | 192.88º | 0.94% | 0.85% | - |
| XYZ | 27.96 | 35.42 | 71.69 | - |
| YUV | 130.88 | 177.16 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 218 | 0.94 | 0.20 | 0 | 0.15 | 192.88 | 0.89 | 0.45 |
| Hex | D | AE | DA | 5E | 14 | 0 | F | C1 | 59 | 2D |
| Octal | 15 | 256 | 332 | 136 | 24 | 0 | 17 | 301 | 131 | 55 |
| Binary | 1101 | 10101110 | 11011010 | 1011110 | 10100 | 0 | 1111 | 11000001 | 1011001 | 101101 |
Color Harmonies of #0DAEDA
Complementary color
Monochromatic Colors of #0DAEDA
Black with #0DAEDA
Text Example
Text Example
White with #0DAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAEDA; }
p { color: rgb(13,174,218); }
H1.HeaderClassName
{
color: #0DAEDA;
}
.AnyTagClassName
{
color: #0DAEDA;
}
</style>
background-color css
<style>
a { background-color: #0DAEDA; }
a { background-color: rgb(13,174,218); }
div.DivClassName
{
background-color: #0DAEDA;
}
.BgClassName
{
background-color: #0DAEDA;
}
</style>
border-color css
<style>
span { border-color: #0DAEDA; }
span { border-color: rgb(13,174,218); }
td.TdClassName
{
border-color: #0DAEDA;
}
.TagClassName
{
border-color: #0DAEDA;
}
</style>