Shades of Iris Blue #10ADD5
Tints of Iris Blue #10ADD5
RGB
CMYK
RGB Variations
Color information
#10ADD5 (or 0x10ADD5) is known color: Iris Blue. HEX triplet: 10, AD and D5. RGB value is (16,173,213). Sum of RGB (Red+Green+Blue) = 16+173+213=402 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.98% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #10ADD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADD5 is #EF522A. Grayscale: #828282. Windows color (decimal): -15684139 or 14003472. OLE color: 14003472.
HSL color Cylindrical-coordinate representation of color #10ADD5: hue angle of 192.18º 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 #10ADD5 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 173 | 213 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.16 |
| HSL | 192.18º | 0.86% | 0.45% | - |
| HSV(B) | 192.18º | 0.92% | 0.84% | - |
| XYZ | 27.17 | 34.8 | 68.24 | - |
| YUV | 130.62 | 174.49 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 213 | 0.92 | 0.19 | 0 | 0.16 | 192.18 | 0.86 | 0.45 |
| Hex | 10 | AD | D5 | 5C | 13 | 0 | 10 | C0 | 56 | 2D |
| Octal | 20 | 255 | 325 | 134 | 23 | 0 | 20 | 300 | 126 | 55 |
| Binary | 10000 | 10101101 | 11010101 | 1011100 | 10011 | 0 | 10000 | 11000000 | 1010110 | 101101 |
Color Harmonies of #10ADD5
Complementary color
Monochromatic Colors of #10ADD5
Black with #10ADD5
Text Example
Text Example
White with #10ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADD5; }
p { color: rgb(16,173,213); }
H1.HeaderClassName
{
color: #10ADD5;
}
.AnyTagClassName
{
color: #10ADD5;
}
</style>
background-color css
<style>
a { background-color: #10ADD5; }
a { background-color: rgb(16,173,213); }
div.DivClassName
{
background-color: #10ADD5;
}
.BgClassName
{
background-color: #10ADD5;
}
</style>
border-color css
<style>
span { border-color: #10ADD5; }
span { border-color: rgb(16,173,213); }
td.TdClassName
{
border-color: #10ADD5;
}
.TagClassName
{
border-color: #10ADD5;
}
</style>