Shades of Iris Blue #14A8CC
Tints of Iris Blue #14A8CC
RGB
CMYK
RGB Variations
Color information
#14A8CC (or 0x14A8CC) is known color: Iris Blue. HEX triplet: 14, A8 and CC. RGB value is (20,168,204). Sum of RGB (Red+Green+Blue) = 20+168+204=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #14A8CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A8CC is #EB5733. Grayscale: #7F7F7F. Windows color (decimal): -15423284 or 13412372. OLE color: 13412372.
HSL color Cylindrical-coordinate representation of color #14A8CC: hue angle of 191.74º 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 #14A8CC is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 168 | 204 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.2 |
| HSL | 191.74º | 0.82% | 0.44% | - |
| HSV(B) | 191.74º | 0.9% | 0.8% | - |
| XYZ | 25.19 | 32.51 | 62.07 | - |
| YUV | 127.85 | 170.97 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 168 | 204 | 0.90 | 0.18 | 0 | 0.2 | 191.74 | 0.82 | 0.44 |
| Hex | 14 | A8 | CC | 5A | 12 | 0 | 14 | C0 | 52 | 2C |
| Octal | 24 | 250 | 314 | 132 | 22 | 0 | 24 | 300 | 122 | 54 |
| Binary | 10100 | 10101000 | 11001100 | 1011010 | 10010 | 0 | 10100 | 11000000 | 1010010 | 101100 |
Color Harmonies of #14A8CC
Complementary color
Monochromatic Colors of #14A8CC
Black with #14A8CC
Text Example
Text Example
White with #14A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A8CC; }
p { color: rgb(20,168,204); }
H1.HeaderClassName
{
color: #14A8CC;
}
.AnyTagClassName
{
color: #14A8CC;
}
</style>
background-color css
<style>
a { background-color: #14A8CC; }
a { background-color: rgb(20,168,204); }
div.DivClassName
{
background-color: #14A8CC;
}
.BgClassName
{
background-color: #14A8CC;
}
</style>
border-color css
<style>
span { border-color: #14A8CC; }
span { border-color: rgb(20,168,204); }
td.TdClassName
{
border-color: #14A8CC;
}
.TagClassName
{
border-color: #14A8CC;
}
</style>