Shades of Deep Sky Blue #14CCFF
Tints of Deep Sky Blue #14CCFF
RGB
CMYK
RGB Variations
Color information
#14CCFF (or 0x14CCFF) is known color: Deep Sky Blue. HEX triplet: 14, CC and FF. RGB value is (20,204,255). Sum of RGB (Red+Green+Blue) = 20+204+255=479 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.18% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #14CCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CCFF is #EB3300. Grayscale: #9A9A9A. Windows color (decimal): -15414017 or 16763924. OLE color: 16763924.
HSL color Cylindrical-coordinate representation of color #14CCFF: hue angle of 193.02º 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 #14CCFF is Cyan = 0.92, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 204 | 255 | - |
| CMYK | 0.92 | 0.2 | 0 | 0 |
| HSL | 193.02º | 1% | 0.54% | - |
| HSV(B) | 193.02º | 0.92% | 1% | - |
| XYZ | 39.93 | 50.55 | 102.26 | - |
| YUV | 154.8 | 184.54 | 31.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 255 | 0.92 | 0.2 | 0 | 0 | 193.02 | 1 | 0.54 |
| Hex | 14 | CC | FF | 5C | 14 | 0 | 0 | C1 | 64 | 36 |
| Octal | 24 | 314 | 377 | 134 | 24 | 0 | 0 | 301 | 144 | 66 |
| Binary | 10100 | 11001100 | 11111111 | 1011100 | 10100 | 0 | 0 | 11000001 | 1100100 | 110110 |
Color Harmonies of #14CCFF
Complementary color
Monochromatic Colors of #14CCFF
Black with #14CCFF
Text Example
Text Example
White with #14CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CCFF; }
p { color: rgb(20,204,255); }
H1.HeaderClassName
{
color: #14CCFF;
}
.AnyTagClassName
{
color: #14CCFF;
}
</style>
background-color css
<style>
a { background-color: #14CCFF; }
a { background-color: rgb(20,204,255); }
div.DivClassName
{
background-color: #14CCFF;
}
.BgClassName
{
background-color: #14CCFF;
}
</style>
border-color css
<style>
span { border-color: #14CCFF; }
span { border-color: rgb(20,204,255); }
td.TdClassName
{
border-color: #14CCFF;
}
.TagClassName
{
border-color: #14CCFF;
}
</style>