Shades of Iris Blue #10ADE1
Tints of Iris Blue #10ADE1
RGB
CMYK
RGB Variations
Color information
#10ADE1 (or 0x10ADE1) is known color: Iris Blue. HEX triplet: 10, AD and E1. RGB value is (16,173,225). Sum of RGB (Red+Green+Blue) = 16+173+225=414 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 225 (88.28% from 255 or 54.35% from 414); Max value from RGB is 225 - color contains mainly: blue. Hex color #10ADE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADE1 is #EF521E. Grayscale: #838383. Windows color (decimal): -15684127 or 14789904. OLE color: 14789904.
HSL color Cylindrical-coordinate representation of color #10ADE1: hue angle of 194.93º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ADE1 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 173 | 225 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.12 |
| HSL | 194.93º | 0.87% | 0.47% | - |
| HSV(B) | 194.93º | 0.93% | 0.88% | - |
| XYZ | 28.75 | 35.43 | 76.56 | - |
| YUV | 131.99 | 180.49 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 225 | 0.93 | 0.23 | 0 | 0.12 | 194.93 | 0.87 | 0.47 |
| Hex | 10 | AD | E1 | 5D | 17 | 0 | C | C3 | 57 | 2F |
| Octal | 20 | 255 | 341 | 135 | 27 | 0 | 14 | 303 | 127 | 57 |
| Binary | 10000 | 10101101 | 11100001 | 1011101 | 10111 | 0 | 1100 | 11000011 | 1010111 | 101111 |
Color Harmonies of #10ADE1
Complementary color
Monochromatic Colors of #10ADE1
Black with #10ADE1
Text Example
Text Example
White with #10ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADE1; }
p { color: rgb(16,173,225); }
H1.HeaderClassName
{
color: #10ADE1;
}
.AnyTagClassName
{
color: #10ADE1;
}
</style>
background-color css
<style>
a { background-color: #10ADE1; }
a { background-color: rgb(16,173,225); }
div.DivClassName
{
background-color: #10ADE1;
}
.BgClassName
{
background-color: #10ADE1;
}
</style>
border-color css
<style>
span { border-color: #10ADE1; }
span { border-color: rgb(16,173,225); }
td.TdClassName
{
border-color: #10ADE1;
}
.TagClassName
{
border-color: #10ADE1;
}
</style>