Shades of Iris Blue #10AEC1
Tints of Iris Blue #10AEC1
RGB
CMYK
RGB Variations
Color information
#10AEC1 (or 0x10AEC1) is known color: Iris Blue. HEX triplet: 10, AE and C1. RGB value is (16,174,193). Sum of RGB (Red+Green+Blue) = 16+174+193=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #10AEC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AEC1 is #EF513E. Grayscale: #808080. Windows color (decimal): -15683903 or 12693008. OLE color: 12693008.
HSL color Cylindrical-coordinate representation of color #10AEC1: hue angle of 186.44º 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 #10AEC1 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 174 | 193 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.24 |
| HSL | 186.44º | 0.85% | 0.41% | - |
| HSV(B) | 186.44º | 0.92% | 0.76% | - |
| XYZ | 24.98 | 34.23 | 55.74 | - |
| YUV | 128.92 | 164.15 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 193 | 0.92 | 0.10 | 0 | 0.24 | 186.44 | 0.85 | 0.41 |
| Hex | 10 | AE | C1 | 5C | A | 0 | 18 | BA | 55 | 29 |
| Octal | 20 | 256 | 301 | 134 | 12 | 0 | 30 | 272 | 125 | 51 |
| Binary | 10000 | 10101110 | 11000001 | 1011100 | 1010 | 0 | 11000 | 10111010 | 1010101 | 101001 |
Color Harmonies of #10AEC1
Complementary color
Monochromatic Colors of #10AEC1
Black with #10AEC1
Text Example
Text Example
White with #10AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AEC1; }
p { color: rgb(16,174,193); }
H1.HeaderClassName
{
color: #10AEC1;
}
.AnyTagClassName
{
color: #10AEC1;
}
</style>
background-color css
<style>
a { background-color: #10AEC1; }
a { background-color: rgb(16,174,193); }
div.DivClassName
{
background-color: #10AEC1;
}
.BgClassName
{
background-color: #10AEC1;
}
</style>
border-color css
<style>
span { border-color: #10AEC1; }
span { border-color: rgb(16,174,193); }
td.TdClassName
{
border-color: #10AEC1;
}
.TagClassName
{
border-color: #10AEC1;
}
</style>