Shades of Iris Blue #10AED6
Tints of Iris Blue #10AED6
RGB
CMYK
RGB Variations
Color information
#10AED6 (or 0x10AED6) is known color: Iris Blue. HEX triplet: 10, AE and D6. RGB value is (16,174,214). Sum of RGB (Red+Green+Blue) = 16+174+214=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #10AED6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AED6 is #EF5129. Grayscale: #838383. Windows color (decimal): -15683882 or 14069264. OLE color: 14069264.
HSL color Cylindrical-coordinate representation of color #10AED6: hue angle of 192.12º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AED6 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 174 | 214 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.16 |
| HSL | 192.12º | 0.86% | 0.45% | - |
| HSV(B) | 192.12º | 0.93% | 0.84% | - |
| XYZ | 27.49 | 35.24 | 68.97 | - |
| YUV | 131.32 | 174.65 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 214 | 0.93 | 0.19 | 0 | 0.16 | 192.12 | 0.86 | 0.45 |
| Hex | 10 | AE | D6 | 5D | 13 | 0 | 10 | C0 | 56 | 2D |
| Octal | 20 | 256 | 326 | 135 | 23 | 0 | 20 | 300 | 126 | 55 |
| Binary | 10000 | 10101110 | 11010110 | 1011101 | 10011 | 0 | 10000 | 11000000 | 1010110 | 101101 |
Color Harmonies of #10AED6
Complementary color
Monochromatic Colors of #10AED6
Black with #10AED6
Text Example
Text Example
White with #10AED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AED6; }
p { color: rgb(16,174,214); }
H1.HeaderClassName
{
color: #10AED6;
}
.AnyTagClassName
{
color: #10AED6;
}
</style>
background-color css
<style>
a { background-color: #10AED6; }
a { background-color: rgb(16,174,214); }
div.DivClassName
{
background-color: #10AED6;
}
.BgClassName
{
background-color: #10AED6;
}
</style>
border-color css
<style>
span { border-color: #10AED6; }
span { border-color: rgb(16,174,214); }
td.TdClassName
{
border-color: #10AED6;
}
.TagClassName
{
border-color: #10AED6;
}
</style>