Shades of Iris Blue #14AFCC
Tints of Iris Blue #14AFCC
RGB
CMYK
RGB Variations
Color information
#14AFCC (or 0x14AFCC) is known color: Iris Blue. HEX triplet: 14, AF and CC. RGB value is (20,175,204). Sum of RGB (Red+Green+Blue) = 20+175+204=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #14AFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFCC is #EB5033. Grayscale: #838383. Windows color (decimal): -15421492 or 13414164. OLE color: 13414164.
HSL color Cylindrical-coordinate representation of color #14AFCC: hue angle of 189.46º 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 #14AFCC is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 175 | 204 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.2 |
| HSL | 189.46º | 0.82% | 0.44% | - |
| HSV(B) | 189.46º | 0.9% | 0.8% | - |
| XYZ | 26.52 | 35.17 | 62.52 | - |
| YUV | 131.96 | 168.65 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 175 | 204 | 0.90 | 0.14 | 0 | 0.2 | 189.46 | 0.82 | 0.44 |
| Hex | 14 | AF | CC | 5A | E | 0 | 14 | BD | 52 | 2C |
| Octal | 24 | 257 | 314 | 132 | 16 | 0 | 24 | 275 | 122 | 54 |
| Binary | 10100 | 10101111 | 11001100 | 1011010 | 1110 | 0 | 10100 | 10111101 | 1010010 | 101100 |
Color Harmonies of #14AFCC
Complementary color
Monochromatic Colors of #14AFCC
Black with #14AFCC
Text Example
Text Example
White with #14AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AFCC; }
p { color: rgb(20,175,204); }
H1.HeaderClassName
{
color: #14AFCC;
}
.AnyTagClassName
{
color: #14AFCC;
}
</style>
background-color css
<style>
a { background-color: #14AFCC; }
a { background-color: rgb(20,175,204); }
div.DivClassName
{
background-color: #14AFCC;
}
.BgClassName
{
background-color: #14AFCC;
}
</style>
border-color css
<style>
span { border-color: #14AFCC; }
span { border-color: rgb(20,175,204); }
td.TdClassName
{
border-color: #14AFCC;
}
.TagClassName
{
border-color: #14AFCC;
}
</style>