Shades of Iris Blue #10AED5
Tints of Iris Blue #10AED5
RGB
CMYK
RGB Variations
Color information
#10AED5 (or 0x10AED5) is known color: Iris Blue. HEX triplet: 10, AE and D5. RGB value is (16,174,213). Sum of RGB (Red+Green+Blue) = 16+174+213=403 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.97% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #10AED5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AED5 is #EF512A. Grayscale: #828282. Windows color (decimal): -15683883 or 14003728. OLE color: 14003728.
HSL color Cylindrical-coordinate representation of color #10AED5: hue angle of 191.88º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AED5 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 174 | 213 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.16 |
| HSL | 191.88º | 0.86% | 0.45% | - |
| HSV(B) | 191.88º | 0.92% | 0.84% | - |
| XYZ | 27.36 | 35.19 | 68.3 | - |
| YUV | 131.2 | 174.15 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 213 | 0.92 | 0.18 | 0 | 0.16 | 191.88 | 0.86 | 0.45 |
| Hex | 10 | AE | D5 | 5C | 12 | 0 | 10 | C0 | 56 | 2D |
| Octal | 20 | 256 | 325 | 134 | 22 | 0 | 20 | 300 | 126 | 55 |
| Binary | 10000 | 10101110 | 11010101 | 1011100 | 10010 | 0 | 10000 | 11000000 | 1010110 | 101101 |
Color Harmonies of #10AED5
Complementary color
Monochromatic Colors of #10AED5
Black with #10AED5
Text Example
Text Example
White with #10AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AED5; }
p { color: rgb(16,174,213); }
H1.HeaderClassName
{
color: #10AED5;
}
.AnyTagClassName
{
color: #10AED5;
}
</style>
background-color css
<style>
a { background-color: #10AED5; }
a { background-color: rgb(16,174,213); }
div.DivClassName
{
background-color: #10AED5;
}
.BgClassName
{
background-color: #10AED5;
}
</style>
border-color css
<style>
span { border-color: #10AED5; }
span { border-color: rgb(16,174,213); }
td.TdClassName
{
border-color: #10AED5;
}
.TagClassName
{
border-color: #10AED5;
}
</style>