Shades of Deep Sky Blue #14CBFD
Tints of Deep Sky Blue #14CBFD
RGB
CMYK
RGB Variations
Color information
#14CBFD (or 0x14CBFD) is known color: Deep Sky Blue. HEX triplet: 14, CB and FD. RGB value is (20,203,253). Sum of RGB (Red+Green+Blue) = 20+203+253=476 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.20% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #14CBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CBFD is #EB3402. Grayscale: #999999. Windows color (decimal): -15414275 or 16632596. OLE color: 16632596.
HSL color Cylindrical-coordinate representation of color #14CBFD: hue angle of 192.88º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14CBFD is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 203 | 253 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.01 |
| HSL | 192.88º | 0.98% | 0.54% | - |
| HSV(B) | 192.88º | 0.92% | 0.99% | - |
| XYZ | 39.37 | 49.95 | 100.5 | - |
| YUV | 153.98 | 183.87 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 253 | 0.92 | 0.20 | 0 | 0.01 | 192.88 | 0.98 | 0.54 |
| Hex | 14 | CB | FD | 5C | 14 | 0 | 1 | C1 | 62 | 36 |
| Octal | 24 | 313 | 375 | 134 | 24 | 0 | 1 | 301 | 142 | 66 |
| Binary | 10100 | 11001011 | 11111101 | 1011100 | 10100 | 0 | 1 | 11000001 | 1100010 | 110110 |
Color Harmonies of #14CBFD
Complementary color
Monochromatic Colors of #14CBFD
Black with #14CBFD
Text Example
Text Example
White with #14CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CBFD; }
p { color: rgb(20,203,253); }
H1.HeaderClassName
{
color: #14CBFD;
}
.AnyTagClassName
{
color: #14CBFD;
}
</style>
background-color css
<style>
a { background-color: #14CBFD; }
a { background-color: rgb(20,203,253); }
div.DivClassName
{
background-color: #14CBFD;
}
.BgClassName
{
background-color: #14CBFD;
}
</style>
border-color css
<style>
span { border-color: #14CBFD; }
span { border-color: rgb(20,203,253); }
td.TdClassName
{
border-color: #14CBFD;
}
.TagClassName
{
border-color: #14CBFD;
}
</style>