Shades of Iris Blue #10ADCD
Tints of Iris Blue #10ADCD
RGB
CMYK
RGB Variations
Color information
#10ADCD (or 0x10ADCD) is known color: Iris Blue. HEX triplet: 10, AD and CD. RGB value is (16,173,205). Sum of RGB (Red+Green+Blue) = 16+173+205=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #10ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADCD is #EF5232. Grayscale: #818181. Windows color (decimal): -15684147 or 13479184. OLE color: 13479184.
HSL color Cylindrical-coordinate representation of color #10ADCD: hue angle of 190.16º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ADCD is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 173 | 205 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.20 |
| HSL | 190.16º | 0.86% | 0.43% | - |
| HSV(B) | 190.16º | 0.92% | 0.8% | - |
| XYZ | 26.18 | 34.41 | 63.02 | - |
| YUV | 129.71 | 170.49 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 205 | 0.92 | 0.16 | 0 | 0.20 | 190.16 | 0.86 | 0.43 |
| Hex | 10 | AD | CD | 5C | 10 | 0 | 14 | BE | 56 | 2B |
| Octal | 20 | 255 | 315 | 134 | 20 | 0 | 24 | 276 | 126 | 53 |
| Binary | 10000 | 10101101 | 11001101 | 1011100 | 10000 | 0 | 10100 | 10111110 | 1010110 | 101011 |
Color Harmonies of #10ADCD
Complementary color
Monochromatic Colors of #10ADCD
Black with #10ADCD
Text Example
Text Example
White with #10ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADCD; }
p { color: rgb(16,173,205); }
H1.HeaderClassName
{
color: #10ADCD;
}
.AnyTagClassName
{
color: #10ADCD;
}
</style>
background-color css
<style>
a { background-color: #10ADCD; }
a { background-color: rgb(16,173,205); }
div.DivClassName
{
background-color: #10ADCD;
}
.BgClassName
{
background-color: #10ADCD;
}
</style>
border-color css
<style>
span { border-color: #10ADCD; }
span { border-color: rgb(16,173,205); }
td.TdClassName
{
border-color: #10ADCD;
}
.TagClassName
{
border-color: #10ADCD;
}
</style>