Shades of Iris Blue #0AADDD
Tints of Iris Blue #0AADDD
RGB
CMYK
RGB Variations
Color information
#0AADDD (or 0x0AADDD) is known color: Iris Blue. HEX triplet: 0A, AD and DD. RGB value is (10,173,221). Sum of RGB (Red+Green+Blue) = 10+173+221=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AADDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AADDD is #F55222. Grayscale: #818181. Windows color (decimal): -16077347 or 14527754. OLE color: 14527754.
HSL color Cylindrical-coordinate representation of color #0AADDD: hue angle of 193.65º 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 #0AADDD is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 173 | 221 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.13 |
| HSL | 193.65º | 0.91% | 0.45% | - |
| HSV(B) | 193.65º | 0.95% | 0.87% | - |
| XYZ | 28.12 | 35.17 | 73.71 | - |
| YUV | 129.74 | 179.5 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 221 | 0.95 | 0.22 | 0 | 0.13 | 193.65 | 0.91 | 0.45 |
| Hex | A | AD | DD | 5F | 16 | 0 | D | C2 | 5B | 2D |
| Octal | 12 | 255 | 335 | 137 | 26 | 0 | 15 | 302 | 133 | 55 |
| Binary | 1010 | 10101101 | 11011101 | 1011111 | 10110 | 0 | 1101 | 11000010 | 1011011 | 101101 |
Color Harmonies of #0AADDD
Complementary color
Monochromatic Colors of #0AADDD
Black with #0AADDD
Text Example
Text Example
White with #0AADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AADDD; }
p { color: rgb(10,173,221); }
H1.HeaderClassName
{
color: #0AADDD;
}
.AnyTagClassName
{
color: #0AADDD;
}
</style>
background-color css
<style>
a { background-color: #0AADDD; }
a { background-color: rgb(10,173,221); }
div.DivClassName
{
background-color: #0AADDD;
}
.BgClassName
{
background-color: #0AADDD;
}
</style>
border-color css
<style>
span { border-color: #0AADDD; }
span { border-color: rgb(10,173,221); }
td.TdClassName
{
border-color: #0AADDD;
}
.TagClassName
{
border-color: #0AADDD;
}
</style>