Shades of Iris Blue #10ADC5
Tints of Iris Blue #10ADC5
RGB
CMYK
RGB Variations
Color information
#10ADC5 (or 0x10ADC5) is known color: Iris Blue. HEX triplet: 10, AD and C5. RGB value is (16,173,197). Sum of RGB (Red+Green+Blue) = 16+173+197=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #10ADC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADC5 is #EF523A. Grayscale: #808080. Windows color (decimal): -15684155 or 12954896. OLE color: 12954896.
HSL color Cylindrical-coordinate representation of color #10ADC5: hue angle of 187.96º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ADC5 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 173 | 197 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.23 |
| HSL | 187.96º | 0.85% | 0.42% | - |
| HSV(B) | 187.96º | 0.92% | 0.77% | - |
| XYZ | 25.24 | 34.03 | 58.06 | - |
| YUV | 128.79 | 166.49 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 197 | 0.92 | 0.12 | 0 | 0.23 | 187.96 | 0.85 | 0.42 |
| Hex | 10 | AD | C5 | 5C | C | 0 | 17 | BC | 55 | 2A |
| Octal | 20 | 255 | 305 | 134 | 14 | 0 | 27 | 274 | 125 | 52 |
| Binary | 10000 | 10101101 | 11000101 | 1011100 | 1100 | 0 | 10111 | 10111100 | 1010101 | 101010 |
Color Harmonies of #10ADC5
Complementary color
Monochromatic Colors of #10ADC5
Black with #10ADC5
Text Example
Text Example
White with #10ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADC5; }
p { color: rgb(16,173,197); }
H1.HeaderClassName
{
color: #10ADC5;
}
.AnyTagClassName
{
color: #10ADC5;
}
</style>
background-color css
<style>
a { background-color: #10ADC5; }
a { background-color: rgb(16,173,197); }
div.DivClassName
{
background-color: #10ADC5;
}
.BgClassName
{
background-color: #10ADC5;
}
</style>
border-color css
<style>
span { border-color: #10ADC5; }
span { border-color: rgb(16,173,197); }
td.TdClassName
{
border-color: #10ADC5;
}
.TagClassName
{
border-color: #10ADC5;
}
</style>