Shades of Deep Sky Blue #14CFFF
Tints of Deep Sky Blue #14CFFF
RGB
CMYK
RGB Variations
Color information
#14CFFF (or 0x14CFFF) is known color: Deep Sky Blue. HEX triplet: 14, CF and FF. RGB value is (20,207,255). Sum of RGB (Red+Green+Blue) = 20+207+255=482 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.15% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #14CFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CFFF is #EB3000. Grayscale: #9C9C9C. Windows color (decimal): -15413249 or 16764692. OLE color: 16764692.
HSL color Cylindrical-coordinate representation of color #14CFFF: hue angle of 192.26º 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 #14CFFF is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 207 | 255 | - |
| CMYK | 0.92 | 0.19 | 0 | 0 |
| HSL | 192.26º | 1% | 0.54% | - |
| HSV(B) | 192.26º | 0.92% | 1% | - |
| XYZ | 40.65 | 51.99 | 102.5 | - |
| YUV | 156.56 | 183.55 | 30.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 255 | 0.92 | 0.19 | 0 | 0 | 192.26 | 1 | 0.54 |
| Hex | 14 | CF | FF | 5C | 13 | 0 | 0 | C0 | 64 | 36 |
| Octal | 24 | 317 | 377 | 134 | 23 | 0 | 0 | 300 | 144 | 66 |
| Binary | 10100 | 11001111 | 11111111 | 1011100 | 10011 | 0 | 0 | 11000000 | 1100100 | 110110 |
Color Harmonies of #14CFFF
Complementary color
Monochromatic Colors of #14CFFF
Black with #14CFFF
Text Example
Text Example
White with #14CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CFFF; }
p { color: rgb(20,207,255); }
H1.HeaderClassName
{
color: #14CFFF;
}
.AnyTagClassName
{
color: #14CFFF;
}
</style>
background-color css
<style>
a { background-color: #14CFFF; }
a { background-color: rgb(20,207,255); }
div.DivClassName
{
background-color: #14CFFF;
}
.BgClassName
{
background-color: #14CFFF;
}
</style>
border-color css
<style>
span { border-color: #14CFFF; }
span { border-color: rgb(20,207,255); }
td.TdClassName
{
border-color: #14CFFF;
}
.TagClassName
{
border-color: #14CFFF;
}
</style>