Shades of Iris Blue #10ADCC
Tints of Iris Blue #10ADCC
RGB
CMYK
RGB Variations
Color information
#10ADCC (or 0x10ADCC) is known color: Iris Blue. HEX triplet: 10, AD and CC. RGB value is (16,173,204). Sum of RGB (Red+Green+Blue) = 16+173+204=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #10ADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADCC is #EF5233. Grayscale: #818181. Windows color (decimal): -15684148 or 13413648. OLE color: 13413648.
HSL color Cylindrical-coordinate representation of color #10ADCC: hue angle of 189.89º degrees, saturation: 0.85, 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 #10ADCC is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 173 | 204 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.2 |
| HSL | 189.89º | 0.85% | 0.43% | - |
| HSV(B) | 189.89º | 0.92% | 0.8% | - |
| XYZ | 26.06 | 34.36 | 62.38 | - |
| YUV | 129.59 | 169.99 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 204 | 0.92 | 0.15 | 0 | 0.2 | 189.89 | 0.85 | 0.43 |
| Hex | 10 | AD | CC | 5C | F | 0 | 14 | BE | 55 | 2B |
| Octal | 20 | 255 | 314 | 134 | 17 | 0 | 24 | 276 | 125 | 53 |
| Binary | 10000 | 10101101 | 11001100 | 1011100 | 1111 | 0 | 10100 | 10111110 | 1010101 | 101011 |
Color Harmonies of #10ADCC
Complementary color
Monochromatic Colors of #10ADCC
Black with #10ADCC
Text Example
Text Example
White with #10ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADCC; }
p { color: rgb(16,173,204); }
H1.HeaderClassName
{
color: #10ADCC;
}
.AnyTagClassName
{
color: #10ADCC;
}
</style>
background-color css
<style>
a { background-color: #10ADCC; }
a { background-color: rgb(16,173,204); }
div.DivClassName
{
background-color: #10ADCC;
}
.BgClassName
{
background-color: #10ADCC;
}
</style>
border-color css
<style>
span { border-color: #10ADCC; }
span { border-color: rgb(16,173,204); }
td.TdClassName
{
border-color: #10ADCC;
}
.TagClassName
{
border-color: #10ADCC;
}
</style>