Shades of Iris Blue #10ACDC
Tints of Iris Blue #10ACDC
RGB
CMYK
RGB Variations
Color information
#10ACDC (or 0x10ACDC) is known color: Iris Blue. HEX triplet: 10, AC and DC. RGB value is (16,172,220). Sum of RGB (Red+Green+Blue) = 16+172+220=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #10ACDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACDC is #EF5323. Grayscale: #828282. Windows color (decimal): -15684388 or 14461968. OLE color: 14461968.
HSL color Cylindrical-coordinate representation of color #10ACDC: hue angle of 194.12º 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 #10ACDC is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 172 | 220 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.14 |
| HSL | 194.12º | 0.86% | 0.46% | - |
| HSV(B) | 194.12º | 0.93% | 0.86% | - |
| XYZ | 27.88 | 34.78 | 72.95 | - |
| YUV | 130.83 | 178.32 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 220 | 0.93 | 0.22 | 0 | 0.14 | 194.12 | 0.86 | 0.46 |
| Hex | 10 | AC | DC | 5D | 16 | 0 | E | C2 | 56 | 2E |
| Octal | 20 | 254 | 334 | 135 | 26 | 0 | 16 | 302 | 126 | 56 |
| Binary | 10000 | 10101100 | 11011100 | 1011101 | 10110 | 0 | 1110 | 11000010 | 1010110 | 101110 |
Color Harmonies of #10ACDC
Complementary color
Monochromatic Colors of #10ACDC
Black with #10ACDC
Text Example
Text Example
White with #10ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ACDC; }
p { color: rgb(16,172,220); }
H1.HeaderClassName
{
color: #10ACDC;
}
.AnyTagClassName
{
color: #10ACDC;
}
</style>
background-color css
<style>
a { background-color: #10ACDC; }
a { background-color: rgb(16,172,220); }
div.DivClassName
{
background-color: #10ACDC;
}
.BgClassName
{
background-color: #10ACDC;
}
</style>
border-color css
<style>
span { border-color: #10ACDC; }
span { border-color: rgb(16,172,220); }
td.TdClassName
{
border-color: #10ACDC;
}
.TagClassName
{
border-color: #10ACDC;
}
</style>