Shades of Iris Blue #0DAEBD
Tints of Iris Blue #0DAEBD
RGB
CMYK
RGB Variations
Color information
#0DAEBD (or 0x0DAEBD) is known color: Iris Blue. HEX triplet: 0D, AE and BD. RGB value is (13,174,189). Sum of RGB (Red+Green+Blue) = 13+174+189=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #0DAEBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAEBD is #F25142. Grayscale: #7F7F7F. Windows color (decimal): -15880515 or 12430861. OLE color: 12430861.
HSL color Cylindrical-coordinate representation of color #0DAEBD: hue angle of 185.11º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAEBD is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 174 | 189 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.26 |
| HSL | 185.11º | 0.87% | 0.4% | - |
| HSV(B) | 185.11º | 0.93% | 0.74% | - |
| XYZ | 24.49 | 34.03 | 53.42 | - |
| YUV | 127.57 | 162.66 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 189 | 0.93 | 0.08 | 0 | 0.26 | 185.11 | 0.87 | 0.4 |
| Hex | D | AE | BD | 5D | 8 | 0 | 1A | B9 | 57 | 28 |
| Octal | 15 | 256 | 275 | 135 | 10 | 0 | 32 | 271 | 127 | 50 |
| Binary | 1101 | 10101110 | 10111101 | 1011101 | 1000 | 0 | 11010 | 10111001 | 1010111 | 101000 |
Color Harmonies of #0DAEBD
Complementary color
Monochromatic Colors of #0DAEBD
Black with #0DAEBD
Text Example
Text Example
White with #0DAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAEBD; }
p { color: rgb(13,174,189); }
H1.HeaderClassName
{
color: #0DAEBD;
}
.AnyTagClassName
{
color: #0DAEBD;
}
</style>
background-color css
<style>
a { background-color: #0DAEBD; }
a { background-color: rgb(13,174,189); }
div.DivClassName
{
background-color: #0DAEBD;
}
.BgClassName
{
background-color: #0DAEBD;
}
</style>
border-color css
<style>
span { border-color: #0DAEBD; }
span { border-color: rgb(13,174,189); }
td.TdClassName
{
border-color: #0DAEBD;
}
.TagClassName
{
border-color: #0DAEBD;
}
</style>