Shades of Iris Blue #14ACD6
Tints of Iris Blue #14ACD6
RGB
CMYK
RGB Variations
Color information
#14ACD6 (or 0x14ACD6) is known color: Iris Blue. HEX triplet: 14, AC and D6. RGB value is (20,172,214). Sum of RGB (Red+Green+Blue) = 20+172+214=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #14ACD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ACD6 is #EB5329. Grayscale: #838383. Windows color (decimal): -15422250 or 14068756. OLE color: 14068756.
HSL color Cylindrical-coordinate representation of color #14ACD6: hue angle of 192.99º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ACD6 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 172 | 214 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.16 |
| HSL | 192.99º | 0.83% | 0.46% | - |
| HSV(B) | 192.99º | 0.91% | 0.84% | - |
| XYZ | 27.18 | 34.51 | 68.85 | - |
| YUV | 131.34 | 174.64 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 172 | 214 | 0.91 | 0.20 | 0 | 0.16 | 192.99 | 0.83 | 0.46 |
| Hex | 14 | AC | D6 | 5B | 14 | 0 | 10 | C1 | 53 | 2E |
| Octal | 24 | 254 | 326 | 133 | 24 | 0 | 20 | 301 | 123 | 56 |
| Binary | 10100 | 10101100 | 11010110 | 1011011 | 10100 | 0 | 10000 | 11000001 | 1010011 | 101110 |
Color Harmonies of #14ACD6
Complementary color
Monochromatic Colors of #14ACD6
Black with #14ACD6
Text Example
Text Example
White with #14ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ACD6; }
p { color: rgb(20,172,214); }
H1.HeaderClassName
{
color: #14ACD6;
}
.AnyTagClassName
{
color: #14ACD6;
}
</style>
background-color css
<style>
a { background-color: #14ACD6; }
a { background-color: rgb(20,172,214); }
div.DivClassName
{
background-color: #14ACD6;
}
.BgClassName
{
background-color: #14ACD6;
}
</style>
border-color css
<style>
span { border-color: #14ACD6; }
span { border-color: rgb(20,172,214); }
td.TdClassName
{
border-color: #14ACD6;
}
.TagClassName
{
border-color: #14ACD6;
}
</style>