Shades of Iris Blue #10ABDC
Tints of Iris Blue #10ABDC
RGB
CMYK
RGB Variations
Color information
#10ABDC (or 0x10ABDC) is known color: Iris Blue. HEX triplet: 10, AB and DC. RGB value is (16,171,220). Sum of RGB (Red+Green+Blue) = 16+171+220=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #10ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABDC is #EF5423. Grayscale: #818181. Windows color (decimal): -15684644 or 14461712. OLE color: 14461712.
HSL color Cylindrical-coordinate representation of color #10ABDC: hue angle of 194.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ABDC is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 171 | 220 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.14 |
| HSL | 194.41º | 0.86% | 0.46% | - |
| HSV(B) | 194.41º | 0.93% | 0.86% | - |
| XYZ | 27.69 | 34.4 | 72.89 | - |
| YUV | 130.24 | 178.65 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 220 | 0.93 | 0.22 | 0 | 0.14 | 194.41 | 0.86 | 0.46 |
| Hex | 10 | AB | DC | 5D | 16 | 0 | E | C2 | 56 | 2E |
| Octal | 20 | 253 | 334 | 135 | 26 | 0 | 16 | 302 | 126 | 56 |
| Binary | 10000 | 10101011 | 11011100 | 1011101 | 10110 | 0 | 1110 | 11000010 | 1010110 | 101110 |
Color Harmonies of #10ABDC
Complementary color
Monochromatic Colors of #10ABDC
Black with #10ABDC
Text Example
Text Example
White with #10ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ABDC; }
p { color: rgb(16,171,220); }
H1.HeaderClassName
{
color: #10ABDC;
}
.AnyTagClassName
{
color: #10ABDC;
}
</style>
background-color css
<style>
a { background-color: #10ABDC; }
a { background-color: rgb(16,171,220); }
div.DivClassName
{
background-color: #10ABDC;
}
.BgClassName
{
background-color: #10ABDC;
}
</style>
border-color css
<style>
span { border-color: #10ABDC; }
span { border-color: rgb(16,171,220); }
td.TdClassName
{
border-color: #10ABDC;
}
.TagClassName
{
border-color: #10ABDC;
}
</style>