Shades of Iris Blue #10ACC0
Tints of Iris Blue #10ACC0
RGB
CMYK
RGB Variations
Color information
#10ACC0 (or 0x10ACC0) is known color: Iris Blue. HEX triplet: 10, AC and C0. RGB value is (16,172,192). Sum of RGB (Red+Green+Blue) = 16+172+192=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #10ACC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACC0 is #EF533F. Grayscale: #7F7F7F. Windows color (decimal): -15684416 or 12626960. OLE color: 12626960.
HSL color Cylindrical-coordinate representation of color #10ACC0: hue angle of 186.82º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ACC0 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 172 | 192 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.25 |
| HSL | 186.82º | 0.85% | 0.41% | - |
| HSV(B) | 186.82º | 0.92% | 0.75% | - |
| XYZ | 24.48 | 33.42 | 55.03 | - |
| YUV | 127.64 | 164.32 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 192 | 0.92 | 0.10 | 0 | 0.25 | 186.82 | 0.85 | 0.41 |
| Hex | 10 | AC | C0 | 5C | A | 0 | 19 | BB | 55 | 29 |
| Octal | 20 | 254 | 300 | 134 | 12 | 0 | 31 | 273 | 125 | 51 |
| Binary | 10000 | 10101100 | 11000000 | 1011100 | 1010 | 0 | 11001 | 10111011 | 1010101 | 101001 |
Color Harmonies of #10ACC0
Complementary color
Monochromatic Colors of #10ACC0
Black with #10ACC0
Text Example
Text Example
White with #10ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ACC0; }
p { color: rgb(16,172,192); }
H1.HeaderClassName
{
color: #10ACC0;
}
.AnyTagClassName
{
color: #10ACC0;
}
</style>
background-color css
<style>
a { background-color: #10ACC0; }
a { background-color: rgb(16,172,192); }
div.DivClassName
{
background-color: #10ACC0;
}
.BgClassName
{
background-color: #10ACC0;
}
</style>
border-color css
<style>
span { border-color: #10ACC0; }
span { border-color: rgb(16,172,192); }
td.TdClassName
{
border-color: #10ACC0;
}
.TagClassName
{
border-color: #10ACC0;
}
</style>