Shades of Iris Blue #10ABCE
Tints of Iris Blue #10ABCE
RGB
CMYK
RGB Variations
Color information
#10ABCE (or 0x10ABCE) is known color: Iris Blue. HEX triplet: 10, AB and CE. RGB value is (16,171,206). Sum of RGB (Red+Green+Blue) = 16+171+206=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #10ABCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABCE is #EF5431. Grayscale: #808080. Windows color (decimal): -15684658 or 13544208. OLE color: 13544208.
HSL color Cylindrical-coordinate representation of color #10ABCE: hue angle of 191.05º 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 #10ABCE is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 171 | 206 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.19 |
| HSL | 191.05º | 0.86% | 0.44% | - |
| HSV(B) | 191.05º | 0.92% | 0.81% | - |
| XYZ | 25.92 | 33.69 | 63.53 | - |
| YUV | 128.65 | 171.65 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 206 | 0.92 | 0.17 | 0 | 0.19 | 191.05 | 0.86 | 0.44 |
| Hex | 10 | AB | CE | 5C | 11 | 0 | 13 | BF | 56 | 2C |
| Octal | 20 | 253 | 316 | 134 | 21 | 0 | 23 | 277 | 126 | 54 |
| Binary | 10000 | 10101011 | 11001110 | 1011100 | 10001 | 0 | 10011 | 10111111 | 1010110 | 101100 |
Color Harmonies of #10ABCE
Complementary color
Monochromatic Colors of #10ABCE
Black with #10ABCE
Text Example
Text Example
White with #10ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ABCE; }
p { color: rgb(16,171,206); }
H1.HeaderClassName
{
color: #10ABCE;
}
.AnyTagClassName
{
color: #10ABCE;
}
</style>
background-color css
<style>
a { background-color: #10ABCE; }
a { background-color: rgb(16,171,206); }
div.DivClassName
{
background-color: #10ABCE;
}
.BgClassName
{
background-color: #10ABCE;
}
</style>
border-color css
<style>
span { border-color: #10ABCE; }
span { border-color: rgb(16,171,206); }
td.TdClassName
{
border-color: #10ABCE;
}
.TagClassName
{
border-color: #10ABCE;
}
</style>