Shades of Iris Blue #10AEC2
Tints of Iris Blue #10AEC2
RGB
CMYK
RGB Variations
Color information
#10AEC2 (or 0x10AEC2) is known color: Iris Blue. HEX triplet: 10, AE and C2. RGB value is (16,174,194). Sum of RGB (Red+Green+Blue) = 16+174+194=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #10AEC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AEC2 is #EF513D. Grayscale: #808080. Windows color (decimal): -15683902 or 12758544. OLE color: 12758544.
HSL color Cylindrical-coordinate representation of color #10AEC2: hue angle of 186.74º 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 #10AEC2 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 174 | 194 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.24 |
| HSL | 186.74º | 0.85% | 0.41% | - |
| HSV(B) | 186.74º | 0.92% | 0.76% | - |
| XYZ | 25.09 | 34.28 | 56.33 | - |
| YUV | 129.04 | 164.65 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 194 | 0.92 | 0.10 | 0 | 0.24 | 186.74 | 0.85 | 0.41 |
| Hex | 10 | AE | C2 | 5C | A | 0 | 18 | BB | 55 | 29 |
| Octal | 20 | 256 | 302 | 134 | 12 | 0 | 30 | 273 | 125 | 51 |
| Binary | 10000 | 10101110 | 11000010 | 1011100 | 1010 | 0 | 11000 | 10111011 | 1010101 | 101001 |
Color Harmonies of #10AEC2
Complementary color
Monochromatic Colors of #10AEC2
Black with #10AEC2
Text Example
Text Example
White with #10AEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AEC2; }
p { color: rgb(16,174,194); }
H1.HeaderClassName
{
color: #10AEC2;
}
.AnyTagClassName
{
color: #10AEC2;
}
</style>
background-color css
<style>
a { background-color: #10AEC2; }
a { background-color: rgb(16,174,194); }
div.DivClassName
{
background-color: #10AEC2;
}
.BgClassName
{
background-color: #10AEC2;
}
</style>
border-color css
<style>
span { border-color: #10AEC2; }
span { border-color: rgb(16,174,194); }
td.TdClassName
{
border-color: #10AEC2;
}
.TagClassName
{
border-color: #10AEC2;
}
</style>