Shades of Iris Blue #10AED7
Tints of Iris Blue #10AED7
RGB
CMYK
RGB Variations
Color information
#10AED7 (or 0x10AED7) is known color: Iris Blue. HEX triplet: 10, AE and D7. RGB value is (16,174,215). Sum of RGB (Red+Green+Blue) = 16+174+215=405 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.95% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #10AED7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AED7 is #EF5128. Grayscale: #838383. Windows color (decimal): -15683881 or 14134800. OLE color: 14134800.
HSL color Cylindrical-coordinate representation of color #10AED7: hue angle of 192.36º 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 #10AED7 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 174 | 215 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.16 |
| HSL | 192.36º | 0.86% | 0.45% | - |
| HSV(B) | 192.36º | 0.93% | 0.84% | - |
| XYZ | 27.62 | 35.29 | 69.65 | - |
| YUV | 131.43 | 175.15 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 215 | 0.93 | 0.19 | 0 | 0.16 | 192.36 | 0.86 | 0.45 |
| Hex | 10 | AE | D7 | 5D | 13 | 0 | 10 | C0 | 56 | 2D |
| Octal | 20 | 256 | 327 | 135 | 23 | 0 | 20 | 300 | 126 | 55 |
| Binary | 10000 | 10101110 | 11010111 | 1011101 | 10011 | 0 | 10000 | 11000000 | 1010110 | 101101 |
Color Harmonies of #10AED7
Complementary color
Monochromatic Colors of #10AED7
Black with #10AED7
Text Example
Text Example
White with #10AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AED7; }
p { color: rgb(16,174,215); }
H1.HeaderClassName
{
color: #10AED7;
}
.AnyTagClassName
{
color: #10AED7;
}
</style>
background-color css
<style>
a { background-color: #10AED7; }
a { background-color: rgb(16,174,215); }
div.DivClassName
{
background-color: #10AED7;
}
.BgClassName
{
background-color: #10AED7;
}
</style>
border-color css
<style>
span { border-color: #10AED7; }
span { border-color: rgb(16,174,215); }
td.TdClassName
{
border-color: #10AED7;
}
.TagClassName
{
border-color: #10AED7;
}
</style>