Shades of Iris Blue #10ACD1
Tints of Iris Blue #10ACD1
RGB
CMYK
RGB Variations
Color information
#10ACD1 (or 0x10ACD1) is known color: Iris Blue. HEX triplet: 10, AC and D1. RGB value is (16,172,209). Sum of RGB (Red+Green+Blue) = 16+172+209=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #10ACD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACD1 is #EF532E. Grayscale: #818181. Windows color (decimal): -15684399 or 13741072. OLE color: 13741072.
HSL color Cylindrical-coordinate representation of color #10ACD1: hue angle of 191.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ACD1 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 172 | 209 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.18 |
| HSL | 191.5º | 0.86% | 0.44% | - |
| HSV(B) | 191.5º | 0.92% | 0.82% | - |
| XYZ | 26.47 | 34.22 | 65.53 | - |
| YUV | 129.57 | 172.82 | 46.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 209 | 0.92 | 0.18 | 0 | 0.18 | 191.5 | 0.86 | 0.44 |
| Hex | 10 | AC | D1 | 5C | 12 | 0 | 12 | C0 | 56 | 2C |
| Octal | 20 | 254 | 321 | 134 | 22 | 0 | 22 | 300 | 126 | 54 |
| Binary | 10000 | 10101100 | 11010001 | 1011100 | 10010 | 0 | 10010 | 11000000 | 1010110 | 101100 |
Color Harmonies of #10ACD1
Complementary color
Monochromatic Colors of #10ACD1
Black with #10ACD1
Text Example
Text Example
White with #10ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ACD1; }
p { color: rgb(16,172,209); }
H1.HeaderClassName
{
color: #10ACD1;
}
.AnyTagClassName
{
color: #10ACD1;
}
</style>
background-color css
<style>
a { background-color: #10ACD1; }
a { background-color: rgb(16,172,209); }
div.DivClassName
{
background-color: #10ACD1;
}
.BgClassName
{
background-color: #10ACD1;
}
</style>
border-color css
<style>
span { border-color: #10ACD1; }
span { border-color: rgb(16,172,209); }
td.TdClassName
{
border-color: #10ACD1;
}
.TagClassName
{
border-color: #10ACD1;
}
</style>