Shades of Iris Blue #10ADCE
Tints of Iris Blue #10ADCE
RGB
CMYK
RGB Variations
Color information
#10ADCE (or 0x10ADCE) is known color: Iris Blue. HEX triplet: 10, AD and CE. RGB value is (16,173,206). Sum of RGB (Red+Green+Blue) = 16+173+206=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #10ADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADCE is #EF5231. Grayscale: #818181. Windows color (decimal): -15684146 or 13544720. OLE color: 13544720.
HSL color Cylindrical-coordinate representation of color #10ADCE: hue angle of 190.42º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ADCE is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 173 | 206 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.19 |
| HSL | 190.42º | 0.86% | 0.44% | - |
| HSV(B) | 190.42º | 0.92% | 0.81% | - |
| XYZ | 26.3 | 34.45 | 63.66 | - |
| YUV | 129.82 | 170.99 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 206 | 0.92 | 0.16 | 0 | 0.19 | 190.42 | 0.86 | 0.44 |
| Hex | 10 | AD | CE | 5C | 10 | 0 | 13 | BE | 56 | 2C |
| Octal | 20 | 255 | 316 | 134 | 20 | 0 | 23 | 276 | 126 | 54 |
| Binary | 10000 | 10101101 | 11001110 | 1011100 | 10000 | 0 | 10011 | 10111110 | 1010110 | 101100 |
Color Harmonies of #10ADCE
Complementary color
Monochromatic Colors of #10ADCE
Black with #10ADCE
Text Example
Text Example
White with #10ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADCE; }
p { color: rgb(16,173,206); }
H1.HeaderClassName
{
color: #10ADCE;
}
.AnyTagClassName
{
color: #10ADCE;
}
</style>
background-color css
<style>
a { background-color: #10ADCE; }
a { background-color: rgb(16,173,206); }
div.DivClassName
{
background-color: #10ADCE;
}
.BgClassName
{
background-color: #10ADCE;
}
</style>
border-color css
<style>
span { border-color: #10ADCE; }
span { border-color: rgb(16,173,206); }
td.TdClassName
{
border-color: #10ADCE;
}
.TagClassName
{
border-color: #10ADCE;
}
</style>