Shades of Deep Sky Blue #14ADFF
Tints of Deep Sky Blue #14ADFF
RGB
CMYK
RGB Variations
Color information
#14ADFF (or 0x14ADFF) is known color: Deep Sky Blue. HEX triplet: 14, AD and FF. RGB value is (20,173,255). Sum of RGB (Red+Green+Blue) = 20+173+255=448 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.46% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #14ADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ADFF is #EB5200. Grayscale: #888888. Windows color (decimal): -15421953 or 16755988. OLE color: 16755988.
HSL color Cylindrical-coordinate representation of color #14ADFF: hue angle of 200.94º 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 #14ADFF is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 173 | 255 | - |
| CMYK | 0.92 | 0.32 | 0 | 0 |
| HSL | 200.94º | 1% | 0.54% | - |
| HSV(B) | 200.94º | 0.92% | 1% | - |
| XYZ | 33.28 | 37.26 | 100.04 | - |
| YUV | 136.6 | 194.81 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 255 | 0.92 | 0.32 | 0 | 0 | 200.94 | 1 | 0.54 |
| Hex | 14 | AD | FF | 5C | 20 | 0 | 0 | C9 | 64 | 36 |
| Octal | 24 | 255 | 377 | 134 | 40 | 0 | 0 | 311 | 144 | 66 |
| Binary | 10100 | 10101101 | 11111111 | 1011100 | 100000 | 0 | 0 | 11001001 | 1100100 | 110110 |
Color Harmonies of #14ADFF
Complementary color
Monochromatic Colors of #14ADFF
Black with #14ADFF
Text Example
Text Example
White with #14ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADFF; }
p { color: rgb(20,173,255); }
H1.HeaderClassName
{
color: #14ADFF;
}
.AnyTagClassName
{
color: #14ADFF;
}
</style>
background-color css
<style>
a { background-color: #14ADFF; }
a { background-color: rgb(20,173,255); }
div.DivClassName
{
background-color: #14ADFF;
}
.BgClassName
{
background-color: #14ADFF;
}
</style>
border-color css
<style>
span { border-color: #14ADFF; }
span { border-color: rgb(20,173,255); }
td.TdClassName
{
border-color: #14ADFF;
}
.TagClassName
{
border-color: #14ADFF;
}
</style>