Shades of Iris Blue #0AACCC
Tints of Iris Blue #0AACCC
RGB
CMYK
RGB Variations
Color information
#0AACCC (or 0x0AACCC) is known color: Iris Blue. HEX triplet: 0A, AC and CC. RGB value is (10,172,204). Sum of RGB (Red+Green+Blue) = 10+172+204=386 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.59% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #0AACCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AACCC is #F55333. Grayscale: #7E7E7E. Windows color (decimal): -16077620 or 13413386. OLE color: 13413386.
HSL color Cylindrical-coordinate representation of color #0AACCC: hue angle of 189.9º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AACCC is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 172 | 204 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.2 |
| HSL | 189.9º | 0.91% | 0.42% | - |
| HSV(B) | 189.9º | 0.95% | 0.8% | - |
| XYZ | 25.78 | 33.93 | 62.32 | - |
| YUV | 127.21 | 171.33 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 204 | 0.95 | 0.16 | 0 | 0.2 | 189.9 | 0.91 | 0.42 |
| Hex | A | AC | CC | 5F | 10 | 0 | 14 | BE | 5B | 2A |
| Octal | 12 | 254 | 314 | 137 | 20 | 0 | 24 | 276 | 133 | 52 |
| Binary | 1010 | 10101100 | 11001100 | 1011111 | 10000 | 0 | 10100 | 10111110 | 1011011 | 101010 |
Color Harmonies of #0AACCC
Complementary color
Monochromatic Colors of #0AACCC
Black with #0AACCC
Text Example
Text Example
White with #0AACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AACCC; }
p { color: rgb(10,172,204); }
H1.HeaderClassName
{
color: #0AACCC;
}
.AnyTagClassName
{
color: #0AACCC;
}
</style>
background-color css
<style>
a { background-color: #0AACCC; }
a { background-color: rgb(10,172,204); }
div.DivClassName
{
background-color: #0AACCC;
}
.BgClassName
{
background-color: #0AACCC;
}
</style>
border-color css
<style>
span { border-color: #0AACCC; }
span { border-color: rgb(10,172,204); }
td.TdClassName
{
border-color: #0AACCC;
}
.TagClassName
{
border-color: #0AACCC;
}
</style>