Shades of Iris Blue #0AACC4
Tints of Iris Blue #0AACC4
RGB
CMYK
RGB Variations
Color information
#0AACC4 (or 0x0AACC4) is known color: Iris Blue. HEX triplet: 0A, AC and C4. RGB value is (10,172,196). Sum of RGB (Red+Green+Blue) = 10+172+196=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #0AACC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AACC4 is #F5533B. Grayscale: #7E7E7E. Windows color (decimal): -16077628 or 12889098. OLE color: 12889098.
HSL color Cylindrical-coordinate representation of color #0AACC4: hue angle of 187.74º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AACC4 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 172 | 196 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.23 |
| HSL | 187.74º | 0.9% | 0.4% | - |
| HSV(B) | 187.74º | 0.95% | 0.77% | - |
| XYZ | 24.84 | 33.56 | 57.39 | - |
| YUV | 126.3 | 167.33 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 196 | 0.95 | 0.12 | 0 | 0.23 | 187.74 | 0.9 | 0.4 |
| Hex | A | AC | C4 | 5F | C | 0 | 17 | BC | 5A | 28 |
| Octal | 12 | 254 | 304 | 137 | 14 | 0 | 27 | 274 | 132 | 50 |
| Binary | 1010 | 10101100 | 11000100 | 1011111 | 1100 | 0 | 10111 | 10111100 | 1011010 | 101000 |
Color Harmonies of #0AACC4
Complementary color
Monochromatic Colors of #0AACC4
Black with #0AACC4
Text Example
Text Example
White with #0AACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AACC4; }
p { color: rgb(10,172,196); }
H1.HeaderClassName
{
color: #0AACC4;
}
.AnyTagClassName
{
color: #0AACC4;
}
</style>
background-color css
<style>
a { background-color: #0AACC4; }
a { background-color: rgb(10,172,196); }
div.DivClassName
{
background-color: #0AACC4;
}
.BgClassName
{
background-color: #0AACC4;
}
</style>
border-color css
<style>
span { border-color: #0AACC4; }
span { border-color: rgb(10,172,196); }
td.TdClassName
{
border-color: #0AACC4;
}
.TagClassName
{
border-color: #0AACC4;
}
</style>