Shades of Iris Blue #10AED2
Tints of Iris Blue #10AED2
RGB
CMYK
RGB Variations
Color information
#10AED2 (or 0x10AED2) is known color: Iris Blue. HEX triplet: 10, AE and D2. RGB value is (16,174,210). Sum of RGB (Red+Green+Blue) = 16+174+210=400 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 210 (82.42% from 255 or 52.5% from 400); Max value from RGB is 210 - color contains mainly: blue. Hex color #10AED2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AED2 is #EF512D. Grayscale: #828282. Windows color (decimal): -15683886 or 13807120. OLE color: 13807120.
HSL color Cylindrical-coordinate representation of color #10AED2: hue angle of 191.13º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AED2 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 174 | 210 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.18 |
| HSL | 191.13º | 0.86% | 0.44% | - |
| HSV(B) | 191.13º | 0.92% | 0.82% | - |
| XYZ | 26.98 | 35.04 | 66.31 | - |
| YUV | 130.86 | 172.65 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 210 | 0.92 | 0.17 | 0 | 0.18 | 191.13 | 0.86 | 0.44 |
| Hex | 10 | AE | D2 | 5C | 11 | 0 | 12 | BF | 56 | 2C |
| Octal | 20 | 256 | 322 | 134 | 21 | 0 | 22 | 277 | 126 | 54 |
| Binary | 10000 | 10101110 | 11010010 | 1011100 | 10001 | 0 | 10010 | 10111111 | 1010110 | 101100 |
Color Harmonies of #10AED2
Complementary color
Monochromatic Colors of #10AED2
Black with #10AED2
Text Example
Text Example
White with #10AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AED2; }
p { color: rgb(16,174,210); }
H1.HeaderClassName
{
color: #10AED2;
}
.AnyTagClassName
{
color: #10AED2;
}
</style>
background-color css
<style>
a { background-color: #10AED2; }
a { background-color: rgb(16,174,210); }
div.DivClassName
{
background-color: #10AED2;
}
.BgClassName
{
background-color: #10AED2;
}
</style>
border-color css
<style>
span { border-color: #10AED2; }
span { border-color: rgb(16,174,210); }
td.TdClassName
{
border-color: #10AED2;
}
.TagClassName
{
border-color: #10AED2;
}
</style>