Shades of Iris Blue #14ADCC
Tints of Iris Blue #14ADCC
RGB
CMYK
RGB Variations
Color information
#14ADCC (or 0x14ADCC) is known color: Iris Blue. HEX triplet: 14, AD and CC. RGB value is (20,173,204). Sum of RGB (Red+Green+Blue) = 20+173+204=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #14ADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADCC is #EB5233. Grayscale: #828282. Windows color (decimal): -15422004 or 13413652. OLE color: 13413652.
HSL color Cylindrical-coordinate representation of color #14ADCC: hue angle of 190.11º 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 #14ADCC is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 173 | 204 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.2 |
| HSL | 190.11º | 0.82% | 0.44% | - |
| HSV(B) | 190.11º | 0.9% | 0.8% | - |
| XYZ | 26.13 | 34.4 | 62.39 | - |
| YUV | 130.79 | 169.31 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 204 | 0.90 | 0.15 | 0 | 0.2 | 190.11 | 0.82 | 0.44 |
| Hex | 14 | AD | CC | 5A | F | 0 | 14 | BE | 52 | 2C |
| Octal | 24 | 255 | 314 | 132 | 17 | 0 | 24 | 276 | 122 | 54 |
| Binary | 10100 | 10101101 | 11001100 | 1011010 | 1111 | 0 | 10100 | 10111110 | 1010010 | 101100 |
Color Harmonies of #14ADCC
Complementary color
Monochromatic Colors of #14ADCC
Black with #14ADCC
Text Example
Text Example
White with #14ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADCC; }
p { color: rgb(20,173,204); }
H1.HeaderClassName
{
color: #14ADCC;
}
.AnyTagClassName
{
color: #14ADCC;
}
</style>
background-color css
<style>
a { background-color: #14ADCC; }
a { background-color: rgb(20,173,204); }
div.DivClassName
{
background-color: #14ADCC;
}
.BgClassName
{
background-color: #14ADCC;
}
</style>
border-color css
<style>
span { border-color: #14ADCC; }
span { border-color: rgb(20,173,204); }
td.TdClassName
{
border-color: #14ADCC;
}
.TagClassName
{
border-color: #14ADCC;
}
</style>