Shades of Iris Blue #10AACC
Tints of Iris Blue #10AACC
RGB
CMYK
RGB Variations
Color information
#10AACC (or 0x10AACC) is known color: Iris Blue. HEX triplet: 10, AA and CC. RGB value is (16,170,204). Sum of RGB (Red+Green+Blue) = 16+170+204=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #10AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AACC is #EF5533. Grayscale: #7F7F7F. Windows color (decimal): -15684916 or 13412880. OLE color: 13412880.
HSL color Cylindrical-coordinate representation of color #10AACC: hue angle of 190.85º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AACC is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 170 | 204 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.2 |
| HSL | 190.85º | 0.85% | 0.43% | - |
| HSV(B) | 190.85º | 0.92% | 0.8% | - |
| XYZ | 25.49 | 33.22 | 62.2 | - |
| YUV | 127.83 | 170.98 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 204 | 0.92 | 0.17 | 0 | 0.2 | 190.85 | 0.85 | 0.43 |
| Hex | 10 | AA | CC | 5C | 11 | 0 | 14 | BF | 55 | 2B |
| Octal | 20 | 252 | 314 | 134 | 21 | 0 | 24 | 277 | 125 | 53 |
| Binary | 10000 | 10101010 | 11001100 | 1011100 | 10001 | 0 | 10100 | 10111111 | 1010101 | 101011 |
Color Harmonies of #10AACC
Complementary color
Monochromatic Colors of #10AACC
Black with #10AACC
Text Example
Text Example
White with #10AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AACC; }
p { color: rgb(16,170,204); }
H1.HeaderClassName
{
color: #10AACC;
}
.AnyTagClassName
{
color: #10AACC;
}
</style>
background-color css
<style>
a { background-color: #10AACC; }
a { background-color: rgb(16,170,204); }
div.DivClassName
{
background-color: #10AACC;
}
.BgClassName
{
background-color: #10AACC;
}
</style>
border-color css
<style>
span { border-color: #10AACC; }
span { border-color: rgb(16,170,204); }
td.TdClassName
{
border-color: #10AACC;
}
.TagClassName
{
border-color: #10AACC;
}
</style>