Shades of Deep Sky Blue #14C2FD
Tints of Deep Sky Blue #14C2FD
RGB
CMYK
RGB Variations
Color information
#14C2FD (or 0x14C2FD) is known color: Deep Sky Blue. HEX triplet: 14, C2 and FD. RGB value is (20,194,253). Sum of RGB (Red+Green+Blue) = 20+194+253=467 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.28% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #14C2FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C2FD is #EB3D02. Grayscale: #949494. Windows color (decimal): -15416579 or 16630292. OLE color: 16630292.
HSL color Cylindrical-coordinate representation of color #14C2FD: hue angle of 195.19º 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 #14C2FD is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 194 | 253 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.01 |
| HSL | 195.19º | 0.98% | 0.54% | - |
| HSV(B) | 195.19º | 0.92% | 0.99% | - |
| XYZ | 37.31 | 45.82 | 99.81 | - |
| YUV | 148.7 | 186.85 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 194 | 253 | 0.92 | 0.23 | 0 | 0.01 | 195.19 | 0.98 | 0.54 |
| Hex | 14 | C2 | FD | 5C | 17 | 0 | 1 | C3 | 62 | 36 |
| Octal | 24 | 302 | 375 | 134 | 27 | 0 | 1 | 303 | 142 | 66 |
| Binary | 10100 | 11000010 | 11111101 | 1011100 | 10111 | 0 | 1 | 11000011 | 1100010 | 110110 |
Color Harmonies of #14C2FD
Complementary color
Monochromatic Colors of #14C2FD
Black with #14C2FD
Text Example
Text Example
White with #14C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C2FD; }
p { color: rgb(20,194,253); }
H1.HeaderClassName
{
color: #14C2FD;
}
.AnyTagClassName
{
color: #14C2FD;
}
</style>
background-color css
<style>
a { background-color: #14C2FD; }
a { background-color: rgb(20,194,253); }
div.DivClassName
{
background-color: #14C2FD;
}
.BgClassName
{
background-color: #14C2FD;
}
</style>
border-color css
<style>
span { border-color: #14C2FD; }
span { border-color: rgb(20,194,253); }
td.TdClassName
{
border-color: #14C2FD;
}
.TagClassName
{
border-color: #14C2FD;
}
</style>