Shades of Iris Blue #0AACDD
Tints of Iris Blue #0AACDD
RGB
CMYK
RGB Variations
Color information
#0AACDD (or 0x0AACDD) is known color: Iris Blue. HEX triplet: 0A, AC and DD. RGB value is (10,172,221). Sum of RGB (Red+Green+Blue) = 10+172+221=403 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AACDD is #F55322. Grayscale: #808080. Windows color (decimal): -16077603 or 14527498. OLE color: 14527498.
HSL color Cylindrical-coordinate representation of color #0AACDD: hue angle of 193.93º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AACDD is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 172 | 221 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.13 |
| HSL | 193.93º | 0.91% | 0.45% | - |
| HSV(B) | 193.93º | 0.95% | 0.87% | - |
| XYZ | 27.93 | 34.79 | 73.65 | - |
| YUV | 129.15 | 179.83 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 221 | 0.95 | 0.22 | 0 | 0.13 | 193.93 | 0.91 | 0.45 |
| Hex | A | AC | DD | 5F | 16 | 0 | D | C2 | 5B | 2D |
| Octal | 12 | 254 | 335 | 137 | 26 | 0 | 15 | 302 | 133 | 55 |
| Binary | 1010 | 10101100 | 11011101 | 1011111 | 10110 | 0 | 1101 | 11000010 | 1011011 | 101101 |
Color Harmonies of #0AACDD
Complementary color
Monochromatic Colors of #0AACDD
Black with #0AACDD
Text Example
Text Example
White with #0AACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AACDD; }
p { color: rgb(10,172,221); }
H1.HeaderClassName
{
color: #0AACDD;
}
.AnyTagClassName
{
color: #0AACDD;
}
</style>
background-color css
<style>
a { background-color: #0AACDD; }
a { background-color: rgb(10,172,221); }
div.DivClassName
{
background-color: #0AACDD;
}
.BgClassName
{
background-color: #0AACDD;
}
</style>
border-color css
<style>
span { border-color: #0AACDD; }
span { border-color: rgb(10,172,221); }
td.TdClassName
{
border-color: #0AACDD;
}
.TagClassName
{
border-color: #0AACDD;
}
</style>