Shades of Iris Blue #10ACC2
Tints of Iris Blue #10ACC2
RGB
CMYK
RGB Variations
Color information
#10ACC2 (or 0x10ACC2) is known color: Iris Blue. HEX triplet: 10, AC and C2. RGB value is (16,172,194). Sum of RGB (Red+Green+Blue) = 16+172+194=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #10ACC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACC2 is #EF533D. Grayscale: #7F7F7F. Windows color (decimal): -15684414 or 12758032. OLE color: 12758032.
HSL color Cylindrical-coordinate representation of color #10ACC2: hue angle of 187.42º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ACC2 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 172 | 194 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.24 |
| HSL | 187.42º | 0.85% | 0.41% | - |
| HSV(B) | 187.42º | 0.92% | 0.76% | - |
| XYZ | 24.7 | 33.51 | 56.21 | - |
| YUV | 127.86 | 165.32 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 194 | 0.92 | 0.11 | 0 | 0.24 | 187.42 | 0.85 | 0.41 |
| Hex | 10 | AC | C2 | 5C | B | 0 | 18 | BB | 55 | 29 |
| Octal | 20 | 254 | 302 | 134 | 13 | 0 | 30 | 273 | 125 | 51 |
| Binary | 10000 | 10101100 | 11000010 | 1011100 | 1011 | 0 | 11000 | 10111011 | 1010101 | 101001 |
Color Harmonies of #10ACC2
Complementary color
Monochromatic Colors of #10ACC2
Black with #10ACC2
Text Example
Text Example
White with #10ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ACC2; }
p { color: rgb(16,172,194); }
H1.HeaderClassName
{
color: #10ACC2;
}
.AnyTagClassName
{
color: #10ACC2;
}
</style>
background-color css
<style>
a { background-color: #10ACC2; }
a { background-color: rgb(16,172,194); }
div.DivClassName
{
background-color: #10ACC2;
}
.BgClassName
{
background-color: #10ACC2;
}
</style>
border-color css
<style>
span { border-color: #10ACC2; }
span { border-color: rgb(16,172,194); }
td.TdClassName
{
border-color: #10ACC2;
}
.TagClassName
{
border-color: #10ACC2;
}
</style>