Shades of Iris Blue #0AADC2
Tints of Iris Blue #0AADC2
RGB
CMYK
RGB Variations
Color information
#0AADC2 (or 0x0AADC2) is known color: Iris Blue. HEX triplet: 0A, AD and C2. RGB value is (10,173,194). Sum of RGB (Red+Green+Blue) = 10+173+194=377 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 194 (76.17% from 255 or 51.46% from 377); Max value from RGB is 194 - color contains mainly: blue. Hex color #0AADC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AADC2 is #F5523D. Grayscale: #7E7E7E. Windows color (decimal): -16077374 or 12758282. OLE color: 12758282.
HSL color Cylindrical-coordinate representation of color #0AADC2: hue angle of 186.85º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AADC2 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 173 | 194 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.24 |
| HSL | 186.85º | 0.9% | 0.4% | - |
| HSV(B) | 186.85º | 0.95% | 0.76% | - |
| XYZ | 24.81 | 33.85 | 56.26 | - |
| YUV | 126.66 | 166 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 194 | 0.95 | 0.11 | 0 | 0.24 | 186.85 | 0.9 | 0.4 |
| Hex | A | AD | C2 | 5F | B | 0 | 18 | BB | 5A | 28 |
| Octal | 12 | 255 | 302 | 137 | 13 | 0 | 30 | 273 | 132 | 50 |
| Binary | 1010 | 10101101 | 11000010 | 1011111 | 1011 | 0 | 11000 | 10111011 | 1011010 | 101000 |
Color Harmonies of #0AADC2
Complementary color
Monochromatic Colors of #0AADC2
Black with #0AADC2
Text Example
Text Example
White with #0AADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AADC2; }
p { color: rgb(10,173,194); }
H1.HeaderClassName
{
color: #0AADC2;
}
.AnyTagClassName
{
color: #0AADC2;
}
</style>
background-color css
<style>
a { background-color: #0AADC2; }
a { background-color: rgb(10,173,194); }
div.DivClassName
{
background-color: #0AADC2;
}
.BgClassName
{
background-color: #0AADC2;
}
</style>
border-color css
<style>
span { border-color: #0AADC2; }
span { border-color: rgb(10,173,194); }
td.TdClassName
{
border-color: #0AADC2;
}
.TagClassName
{
border-color: #0AADC2;
}
</style>