Shades of Iris Blue #10ABC5
Tints of Iris Blue #10ABC5
RGB
CMYK
RGB Variations
Color information
#10ABC5 (or 0x10ABC5) is known color: Iris Blue. HEX triplet: 10, AB and C5. RGB value is (16,171,197). Sum of RGB (Red+Green+Blue) = 16+171+197=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #10ABC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABC5 is #EF543A. Grayscale: #7F7F7F. Windows color (decimal): -15684667 or 12954384. OLE color: 12954384.
HSL color Cylindrical-coordinate representation of color #10ABC5: hue angle of 188.62º 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 #10ABC5 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 171 | 197 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.23 |
| HSL | 188.62º | 0.85% | 0.42% | - |
| HSV(B) | 188.62º | 0.92% | 0.77% | - |
| XYZ | 24.85 | 33.27 | 57.93 | - |
| YUV | 127.62 | 167.15 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 197 | 0.92 | 0.13 | 0 | 0.23 | 188.62 | 0.85 | 0.42 |
| Hex | 10 | AB | C5 | 5C | D | 0 | 17 | BD | 55 | 2A |
| Octal | 20 | 253 | 305 | 134 | 15 | 0 | 27 | 275 | 125 | 52 |
| Binary | 10000 | 10101011 | 11000101 | 1011100 | 1101 | 0 | 10111 | 10111101 | 1010101 | 101010 |
Color Harmonies of #10ABC5
Complementary color
Monochromatic Colors of #10ABC5
Black with #10ABC5
Text Example
Text Example
White with #10ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ABC5; }
p { color: rgb(16,171,197); }
H1.HeaderClassName
{
color: #10ABC5;
}
.AnyTagClassName
{
color: #10ABC5;
}
</style>
background-color css
<style>
a { background-color: #10ABC5; }
a { background-color: rgb(16,171,197); }
div.DivClassName
{
background-color: #10ABC5;
}
.BgClassName
{
background-color: #10ABC5;
}
</style>
border-color css
<style>
span { border-color: #10ABC5; }
span { border-color: rgb(16,171,197); }
td.TdClassName
{
border-color: #10ABC5;
}
.TagClassName
{
border-color: #10ABC5;
}
</style>