Shades of Iris Blue #10AEC3
Tints of Iris Blue #10AEC3
RGB
CMYK
RGB Variations
Color information
#10AEC3 (or 0x10AEC3) is known color: Iris Blue. HEX triplet: 10, AE and C3. RGB value is (16,174,195). Sum of RGB (Red+Green+Blue) = 16+174+195=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #10AEC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AEC3 is #EF513C. Grayscale: #808080. Windows color (decimal): -15683901 or 12824080. OLE color: 12824080.
HSL color Cylindrical-coordinate representation of color #10AEC3: hue angle of 187.04º 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 #10AEC3 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 174 | 195 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.24 |
| HSL | 187.04º | 0.85% | 0.41% | - |
| HSV(B) | 187.04º | 0.92% | 0.76% | - |
| XYZ | 25.2 | 34.32 | 56.93 | - |
| YUV | 129.15 | 165.15 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 195 | 0.92 | 0.11 | 0 | 0.24 | 187.04 | 0.85 | 0.41 |
| Hex | 10 | AE | C3 | 5C | B | 0 | 18 | BB | 55 | 29 |
| Octal | 20 | 256 | 303 | 134 | 13 | 0 | 30 | 273 | 125 | 51 |
| Binary | 10000 | 10101110 | 11000011 | 1011100 | 1011 | 0 | 11000 | 10111011 | 1010101 | 101001 |
Color Harmonies of #10AEC3
Complementary color
Monochromatic Colors of #10AEC3
Black with #10AEC3
Text Example
Text Example
White with #10AEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AEC3; }
p { color: rgb(16,174,195); }
H1.HeaderClassName
{
color: #10AEC3;
}
.AnyTagClassName
{
color: #10AEC3;
}
</style>
background-color css
<style>
a { background-color: #10AEC3; }
a { background-color: rgb(16,174,195); }
div.DivClassName
{
background-color: #10AEC3;
}
.BgClassName
{
background-color: #10AEC3;
}
</style>
border-color css
<style>
span { border-color: #10AEC3; }
span { border-color: rgb(16,174,195); }
td.TdClassName
{
border-color: #10AEC3;
}
.TagClassName
{
border-color: #10AEC3;
}
</style>