Shades of Deep Sky Blue #14ACFF
Tints of Deep Sky Blue #14ACFF
RGB
CMYK
RGB Variations
Color information
#14ACFF (or 0x14ACFF) is known color: Deep Sky Blue. HEX triplet: 14, AC and FF. RGB value is (20,172,255). Sum of RGB (Red+Green+Blue) = 20+172+255=447 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.47% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #14ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ACFF is #EB5300. Grayscale: #878787. Windows color (decimal): -15422209 or 16755732. OLE color: 16755732.
HSL color Cylindrical-coordinate representation of color #14ACFF: hue angle of 201.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ACFF is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 172 | 255 | - |
| CMYK | 0.92 | 0.33 | 0 | 0 |
| HSL | 201.19º | 1% | 0.54% | - |
| HSV(B) | 201.19º | 0.92% | 1% | - |
| XYZ | 33.09 | 36.87 | 99.98 | - |
| YUV | 136.01 | 195.14 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 172 | 255 | 0.92 | 0.33 | 0 | 0 | 201.19 | 1 | 0.54 |
| Hex | 14 | AC | FF | 5C | 21 | 0 | 0 | C9 | 64 | 36 |
| Octal | 24 | 254 | 377 | 134 | 41 | 0 | 0 | 311 | 144 | 66 |
| Binary | 10100 | 10101100 | 11111111 | 1011100 | 100001 | 0 | 0 | 11001001 | 1100100 | 110110 |
Color Harmonies of #14ACFF
Complementary color
Monochromatic Colors of #14ACFF
Black with #14ACFF
Text Example
Text Example
White with #14ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ACFF; }
p { color: rgb(20,172,255); }
H1.HeaderClassName
{
color: #14ACFF;
}
.AnyTagClassName
{
color: #14ACFF;
}
</style>
background-color css
<style>
a { background-color: #14ACFF; }
a { background-color: rgb(20,172,255); }
div.DivClassName
{
background-color: #14ACFF;
}
.BgClassName
{
background-color: #14ACFF;
}
</style>
border-color css
<style>
span { border-color: #14ACFF; }
span { border-color: rgb(20,172,255); }
td.TdClassName
{
border-color: #14ACFF;
}
.TagClassName
{
border-color: #14ACFF;
}
</style>