Shades of Deep Sky Blue #14CDFF
Tints of Deep Sky Blue #14CDFF
RGB
CMYK
RGB Variations
Color information
#14CDFF (or 0x14CDFF) is known color: Deep Sky Blue. HEX triplet: 14, CD and FF. RGB value is (20,205,255). Sum of RGB (Red+Green+Blue) = 20+205+255=480 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.17% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #14CDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CDFF is #EB3200. Grayscale: #9B9B9B. Windows color (decimal): -15413761 or 16764180. OLE color: 16764180.
HSL color Cylindrical-coordinate representation of color #14CDFF: hue angle of 192.77º 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 #14CDFF is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 205 | 255 | - |
| CMYK | 0.92 | 0.20 | 0 | 0 |
| HSL | 192.77º | 1% | 0.54% | - |
| HSV(B) | 192.77º | 0.92% | 1% | - |
| XYZ | 40.17 | 51.03 | 102.34 | - |
| YUV | 155.39 | 184.21 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 205 | 255 | 0.92 | 0.20 | 0 | 0 | 192.77 | 1 | 0.54 |
| Hex | 14 | CD | FF | 5C | 14 | 0 | 0 | C1 | 64 | 36 |
| Octal | 24 | 315 | 377 | 134 | 24 | 0 | 0 | 301 | 144 | 66 |
| Binary | 10100 | 11001101 | 11111111 | 1011100 | 10100 | 0 | 0 | 11000001 | 1100100 | 110110 |
Color Harmonies of #14CDFF
Complementary color
Monochromatic Colors of #14CDFF
Black with #14CDFF
Text Example
Text Example
White with #14CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CDFF; }
p { color: rgb(20,205,255); }
H1.HeaderClassName
{
color: #14CDFF;
}
.AnyTagClassName
{
color: #14CDFF;
}
</style>
background-color css
<style>
a { background-color: #14CDFF; }
a { background-color: rgb(20,205,255); }
div.DivClassName
{
background-color: #14CDFF;
}
.BgClassName
{
background-color: #14CDFF;
}
</style>
border-color css
<style>
span { border-color: #14CDFF; }
span { border-color: rgb(20,205,255); }
td.TdClassName
{
border-color: #14CDFF;
}
.TagClassName
{
border-color: #14CDFF;
}
</style>