Shades of Iris Blue #0DACDA
Tints of Iris Blue #0DACDA
RGB
CMYK
RGB Variations
Color information
#0DACDA (or 0x0DACDA) is known color: Iris Blue. HEX triplet: 0D, AC and DA. RGB value is (13,172,218). Sum of RGB (Red+Green+Blue) = 13+172+218=403 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DACDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACDA is #F25325. Grayscale: #818181. Windows color (decimal): -15880998 or 14330893. OLE color: 14330893.
HSL color Cylindrical-coordinate representation of color #0DACDA: hue angle of 193.46º 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 #0DACDA is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 172 | 218 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.15 |
| HSL | 193.46º | 0.89% | 0.45% | - |
| HSV(B) | 193.46º | 0.94% | 0.85% | - |
| XYZ | 27.57 | 34.65 | 71.57 | - |
| YUV | 129.7 | 177.82 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 218 | 0.94 | 0.21 | 0 | 0.15 | 193.46 | 0.89 | 0.45 |
| Hex | D | AC | DA | 5E | 15 | 0 | F | C1 | 59 | 2D |
| Octal | 15 | 254 | 332 | 136 | 25 | 0 | 17 | 301 | 131 | 55 |
| Binary | 1101 | 10101100 | 11011010 | 1011110 | 10101 | 0 | 1111 | 11000001 | 1011001 | 101101 |
Color Harmonies of #0DACDA
Complementary color
Monochromatic Colors of #0DACDA
Black with #0DACDA
Text Example
Text Example
White with #0DACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DACDA; }
p { color: rgb(13,172,218); }
H1.HeaderClassName
{
color: #0DACDA;
}
.AnyTagClassName
{
color: #0DACDA;
}
</style>
background-color css
<style>
a { background-color: #0DACDA; }
a { background-color: rgb(13,172,218); }
div.DivClassName
{
background-color: #0DACDA;
}
.BgClassName
{
background-color: #0DACDA;
}
</style>
border-color css
<style>
span { border-color: #0DACDA; }
span { border-color: rgb(13,172,218); }
td.TdClassName
{
border-color: #0DACDA;
}
.TagClassName
{
border-color: #0DACDA;
}
</style>