Shades of Deep Sky Blue #14CEFE
Tints of Deep Sky Blue #14CEFE
RGB
CMYK
RGB Variations
Color information
#14CEFE (or 0x14CEFE) is known color: Deep Sky Blue. HEX triplet: 14, CE and FE. RGB value is (20,206,254). Sum of RGB (Red+Green+Blue) = 20+206+254=480 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.17% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #14CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CEFE is #EB3101. Grayscale: #9B9B9B. Windows color (decimal): -15413506 or 16698900. OLE color: 16698900.
HSL color Cylindrical-coordinate representation of color #14CEFE: hue angle of 192.31º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14CEFE is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 206 | 254 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.00 |
| HSL | 192.31º | 0.99% | 0.54% | - |
| HSV(B) | 192.31º | 0.92% | 1% | - |
| XYZ | 40.25 | 51.45 | 101.57 | - |
| YUV | 155.86 | 183.38 | 31.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 254 | 0.92 | 0.19 | 0 | 0.00 | 192.31 | 0.99 | 0.54 |
| Hex | 14 | CE | FE | 5C | 13 | 0 | 0 | C0 | 63 | 36 |
| Octal | 24 | 316 | 376 | 134 | 23 | 0 | 0 | 300 | 143 | 66 |
| Binary | 10100 | 11001110 | 11111110 | 1011100 | 10011 | 0 | 0 | 11000000 | 1100011 | 110110 |
Color Harmonies of #14CEFE
Complementary color
Monochromatic Colors of #14CEFE
Black with #14CEFE
Text Example
Text Example
White with #14CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CEFE; }
p { color: rgb(20,206,254); }
H1.HeaderClassName
{
color: #14CEFE;
}
.AnyTagClassName
{
color: #14CEFE;
}
</style>
background-color css
<style>
a { background-color: #14CEFE; }
a { background-color: rgb(20,206,254); }
div.DivClassName
{
background-color: #14CEFE;
}
.BgClassName
{
background-color: #14CEFE;
}
</style>
border-color css
<style>
span { border-color: #14CEFE; }
span { border-color: rgb(20,206,254); }
td.TdClassName
{
border-color: #14CEFE;
}
.TagClassName
{
border-color: #14CEFE;
}
</style>