Shades of Iris Blue #0DACD0
Tints of Iris Blue #0DACD0
RGB
CMYK
RGB Variations
Color information
#0DACD0 (or 0x0DACD0) is known color: Iris Blue. HEX triplet: 0D, AC and D0. RGB value is (13,172,208). Sum of RGB (Red+Green+Blue) = 13+172+208=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #0DACD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACD0 is #F2532F. Grayscale: #808080. Windows color (decimal): -15881008 or 13675533. OLE color: 13675533.
HSL color Cylindrical-coordinate representation of color #0DACD0: hue angle of 191.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DACD0 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 172 | 208 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.18 |
| HSL | 191.08º | 0.88% | 0.43% | - |
| HSV(B) | 191.08º | 0.94% | 0.82% | - |
| XYZ | 26.3 | 34.14 | 64.88 | - |
| YUV | 128.56 | 172.82 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 208 | 0.94 | 0.17 | 0 | 0.18 | 191.08 | 0.88 | 0.43 |
| Hex | D | AC | D0 | 5E | 11 | 0 | 12 | BF | 58 | 2B |
| Octal | 15 | 254 | 320 | 136 | 21 | 0 | 22 | 277 | 130 | 53 |
| Binary | 1101 | 10101100 | 11010000 | 1011110 | 10001 | 0 | 10010 | 10111111 | 1011000 | 101011 |
Color Harmonies of #0DACD0
Complementary color
Monochromatic Colors of #0DACD0
Black with #0DACD0
Text Example
Text Example
White with #0DACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DACD0; }
p { color: rgb(13,172,208); }
H1.HeaderClassName
{
color: #0DACD0;
}
.AnyTagClassName
{
color: #0DACD0;
}
</style>
background-color css
<style>
a { background-color: #0DACD0; }
a { background-color: rgb(13,172,208); }
div.DivClassName
{
background-color: #0DACD0;
}
.BgClassName
{
background-color: #0DACD0;
}
</style>
border-color css
<style>
span { border-color: #0DACD0; }
span { border-color: rgb(13,172,208); }
td.TdClassName
{
border-color: #0DACD0;
}
.TagClassName
{
border-color: #0DACD0;
}
</style>