Shades of Iris Blue #10ADD7
Tints of Iris Blue #10ADD7
RGB
CMYK
RGB Variations
Color information
#10ADD7 (or 0x10ADD7) is known color: Iris Blue. HEX triplet: 10, AD and D7. RGB value is (16,173,215). Sum of RGB (Red+Green+Blue) = 16+173+215=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #10ADD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADD7 is #EF5228. Grayscale: #828282. Windows color (decimal): -15684137 or 14134544. OLE color: 14134544.
HSL color Cylindrical-coordinate representation of color #10ADD7: hue angle of 192.66º 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 #10ADD7 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 173 | 215 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.16 |
| HSL | 192.66º | 0.86% | 0.45% | - |
| HSV(B) | 192.66º | 0.93% | 0.84% | - |
| XYZ | 27.42 | 34.9 | 69.58 | - |
| YUV | 130.85 | 175.49 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 215 | 0.93 | 0.20 | 0 | 0.16 | 192.66 | 0.86 | 0.45 |
| Hex | 10 | AD | D7 | 5D | 14 | 0 | 10 | C1 | 56 | 2D |
| Octal | 20 | 255 | 327 | 135 | 24 | 0 | 20 | 301 | 126 | 55 |
| Binary | 10000 | 10101101 | 11010111 | 1011101 | 10100 | 0 | 10000 | 11000001 | 1010110 | 101101 |
Color Harmonies of #10ADD7
Complementary color
Monochromatic Colors of #10ADD7
Black with #10ADD7
Text Example
Text Example
White with #10ADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADD7; }
p { color: rgb(16,173,215); }
H1.HeaderClassName
{
color: #10ADD7;
}
.AnyTagClassName
{
color: #10ADD7;
}
</style>
background-color css
<style>
a { background-color: #10ADD7; }
a { background-color: rgb(16,173,215); }
div.DivClassName
{
background-color: #10ADD7;
}
.BgClassName
{
background-color: #10ADD7;
}
</style>
border-color css
<style>
span { border-color: #10ADD7; }
span { border-color: rgb(16,173,215); }
td.TdClassName
{
border-color: #10ADD7;
}
.TagClassName
{
border-color: #10ADD7;
}
</style>