Shades of Iris Blue #10ABC4
Tints of Iris Blue #10ABC4
RGB
CMYK
RGB Variations
Color information
#10ABC4 (or 0x10ABC4) is known color: Iris Blue. HEX triplet: 10, AB and C4. RGB value is (16,171,196). Sum of RGB (Red+Green+Blue) = 16+171+196=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #10ABC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABC4 is #EF543B. Grayscale: #7F7F7F. Windows color (decimal): -15684668 or 12888848. OLE color: 12888848.
HSL color Cylindrical-coordinate representation of color #10ABC4: hue angle of 188.33º 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 #10ABC4 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 171 | 196 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.23 |
| HSL | 188.33º | 0.85% | 0.42% | - |
| HSV(B) | 188.33º | 0.92% | 0.77% | - |
| XYZ | 24.74 | 33.22 | 57.33 | - |
| YUV | 127.51 | 166.65 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 196 | 0.92 | 0.13 | 0 | 0.23 | 188.33 | 0.85 | 0.42 |
| Hex | 10 | AB | C4 | 5C | D | 0 | 17 | BC | 55 | 2A |
| Octal | 20 | 253 | 304 | 134 | 15 | 0 | 27 | 274 | 125 | 52 |
| Binary | 10000 | 10101011 | 11000100 | 1011100 | 1101 | 0 | 10111 | 10111100 | 1010101 | 101010 |
Color Harmonies of #10ABC4
Complementary color
Monochromatic Colors of #10ABC4
Black with #10ABC4
Text Example
Text Example
White with #10ABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ABC4; }
p { color: rgb(16,171,196); }
H1.HeaderClassName
{
color: #10ABC4;
}
.AnyTagClassName
{
color: #10ABC4;
}
</style>
background-color css
<style>
a { background-color: #10ABC4; }
a { background-color: rgb(16,171,196); }
div.DivClassName
{
background-color: #10ABC4;
}
.BgClassName
{
background-color: #10ABC4;
}
</style>
border-color css
<style>
span { border-color: #10ABC4; }
span { border-color: rgb(16,171,196); }
td.TdClassName
{
border-color: #10ABC4;
}
.TagClassName
{
border-color: #10ABC4;
}
</style>