Shades of Iris Blue #14AACC
Tints of Iris Blue #14AACC
RGB
CMYK
RGB Variations
Color information
#14AACC (or 0x14AACC) is known color: Iris Blue. HEX triplet: 14, AA and CC. RGB value is (20,170,204). Sum of RGB (Red+Green+Blue) = 20+170+204=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #14AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AACC is #EB5533. Grayscale: #808080. Windows color (decimal): -15422772 or 13412884. OLE color: 13412884.
HSL color Cylindrical-coordinate representation of color #14AACC: hue angle of 191.09º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14AACC is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 170 | 204 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.2 |
| HSL | 191.09º | 0.82% | 0.44% | - |
| HSV(B) | 191.09º | 0.9% | 0.8% | - |
| XYZ | 25.56 | 33.26 | 62.2 | - |
| YUV | 129.03 | 170.31 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 204 | 0.90 | 0.17 | 0 | 0.2 | 191.09 | 0.82 | 0.44 |
| Hex | 14 | AA | CC | 5A | 11 | 0 | 14 | BF | 52 | 2C |
| Octal | 24 | 252 | 314 | 132 | 21 | 0 | 24 | 277 | 122 | 54 |
| Binary | 10100 | 10101010 | 11001100 | 1011010 | 10001 | 0 | 10100 | 10111111 | 1010010 | 101100 |
Color Harmonies of #14AACC
Complementary color
Monochromatic Colors of #14AACC
Black with #14AACC
Text Example
Text Example
White with #14AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AACC; }
p { color: rgb(20,170,204); }
H1.HeaderClassName
{
color: #14AACC;
}
.AnyTagClassName
{
color: #14AACC;
}
</style>
background-color css
<style>
a { background-color: #14AACC; }
a { background-color: rgb(20,170,204); }
div.DivClassName
{
background-color: #14AACC;
}
.BgClassName
{
background-color: #14AACC;
}
</style>
border-color css
<style>
span { border-color: #14AACC; }
span { border-color: rgb(20,170,204); }
td.TdClassName
{
border-color: #14AACC;
}
.TagClassName
{
border-color: #14AACC;
}
</style>