Shades of Iris Blue #14AECC
Tints of Iris Blue #14AECC
RGB
CMYK
RGB Variations
Color information
#14AECC (or 0x14AECC) is known color: Iris Blue. HEX triplet: 14, AE and CC. RGB value is (20,174,204). Sum of RGB (Red+Green+Blue) = 20+174+204=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #14AECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AECC is #EB5133. Grayscale: #838383. Windows color (decimal): -15421748 or 13413908. OLE color: 13413908.
HSL color Cylindrical-coordinate representation of color #14AECC: hue angle of 189.78º 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 #14AECC is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 174 | 204 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.2 |
| HSL | 189.78º | 0.82% | 0.44% | - |
| HSV(B) | 189.78º | 0.9% | 0.8% | - |
| XYZ | 26.32 | 34.78 | 62.45 | - |
| YUV | 131.37 | 168.98 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 174 | 204 | 0.90 | 0.15 | 0 | 0.2 | 189.78 | 0.82 | 0.44 |
| Hex | 14 | AE | CC | 5A | F | 0 | 14 | BE | 52 | 2C |
| Octal | 24 | 256 | 314 | 132 | 17 | 0 | 24 | 276 | 122 | 54 |
| Binary | 10100 | 10101110 | 11001100 | 1011010 | 1111 | 0 | 10100 | 10111110 | 1010010 | 101100 |
Color Harmonies of #14AECC
Complementary color
Monochromatic Colors of #14AECC
Black with #14AECC
Text Example
Text Example
White with #14AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AECC; }
p { color: rgb(20,174,204); }
H1.HeaderClassName
{
color: #14AECC;
}
.AnyTagClassName
{
color: #14AECC;
}
</style>
background-color css
<style>
a { background-color: #14AECC; }
a { background-color: rgb(20,174,204); }
div.DivClassName
{
background-color: #14AECC;
}
.BgClassName
{
background-color: #14AECC;
}
</style>
border-color css
<style>
span { border-color: #14AECC; }
span { border-color: rgb(20,174,204); }
td.TdClassName
{
border-color: #14AECC;
}
.TagClassName
{
border-color: #14AECC;
}
</style>