Shades of Deep Sky Blue #14AAF4
Tints of Deep Sky Blue #14AAF4
RGB
CMYK
RGB Variations
Color information
#14AAF4 (or 0x14AAF4) is known color: Deep Sky Blue. HEX triplet: 14, AA and F4. RGB value is (20,170,244). Sum of RGB (Red+Green+Blue) = 20+170+244=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 244 (95.70% from 255 or 56.22% from 434); Max value from RGB is 244 - color contains mainly: blue. Hex color #14AAF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14AAF4 is #EB550B. Grayscale: #858585. Windows color (decimal): -15422732 or 16034324. OLE color: 16034324.
HSL color Cylindrical-coordinate representation of color #14AAF4: hue angle of 199.82º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14AAF4 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 170 | 244 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.04 |
| HSL | 199.82º | 0.91% | 0.52% | - |
| HSV(B) | 199.82º | 0.92% | 0.96% | - |
| XYZ | 30.99 | 35.43 | 90.79 | - |
| YUV | 133.59 | 190.31 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 244 | 0.92 | 0.30 | 0 | 0.04 | 199.82 | 0.91 | 0.52 |
| Hex | 14 | AA | F4 | 5C | 1E | 0 | 4 | C8 | 5B | 34 |
| Octal | 24 | 252 | 364 | 134 | 36 | 0 | 4 | 310 | 133 | 64 |
| Binary | 10100 | 10101010 | 11110100 | 1011100 | 11110 | 0 | 100 | 11001000 | 1011011 | 110100 |
Color Harmonies of #14AAF4
Complementary color
Monochromatic Colors of #14AAF4
Black with #14AAF4
Text Example
Text Example
White with #14AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AAF4; }
p { color: rgb(20,170,244); }
H1.HeaderClassName
{
color: #14AAF4;
}
.AnyTagClassName
{
color: #14AAF4;
}
</style>
background-color css
<style>
a { background-color: #14AAF4; }
a { background-color: rgb(20,170,244); }
div.DivClassName
{
background-color: #14AAF4;
}
.BgClassName
{
background-color: #14AAF4;
}
</style>
border-color css
<style>
span { border-color: #14AAF4; }
span { border-color: rgb(20,170,244); }
td.TdClassName
{
border-color: #14AAF4;
}
.TagClassName
{
border-color: #14AAF4;
}
</style>