Shades of Deep Sky Blue #14C2FF
Tints of Deep Sky Blue #14C2FF
RGB
CMYK
RGB Variations
Color information
#14C2FF (or 0x14C2FF) is known color: Deep Sky Blue. HEX triplet: 14, C2 and FF. RGB value is (20,194,255). Sum of RGB (Red+Green+Blue) = 20+194+255=469 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #14C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C2FF is #EB3D00. Grayscale: #949494. Windows color (decimal): -15416577 or 16761364. OLE color: 16761364.
HSL color Cylindrical-coordinate representation of color #14C2FF: hue angle of 195.57º 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 #14C2FF is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 194 | 255 | - |
| CMYK | 0.92 | 0.24 | 0 | 0 |
| HSL | 195.57º | 1% | 0.54% | - |
| HSV(B) | 195.57º | 0.92% | 1% | - |
| XYZ | 37.63 | 45.95 | 101.49 | - |
| YUV | 148.93 | 187.85 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 194 | 255 | 0.92 | 0.24 | 0 | 0 | 195.57 | 1 | 0.54 |
| Hex | 14 | C2 | FF | 5C | 18 | 0 | 0 | C4 | 64 | 36 |
| Octal | 24 | 302 | 377 | 134 | 30 | 0 | 0 | 304 | 144 | 66 |
| Binary | 10100 | 11000010 | 11111111 | 1011100 | 11000 | 0 | 0 | 11000100 | 1100100 | 110110 |
Color Harmonies of #14C2FF
Complementary color
Monochromatic Colors of #14C2FF
Black with #14C2FF
Text Example
Text Example
White with #14C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C2FF; }
p { color: rgb(20,194,255); }
H1.HeaderClassName
{
color: #14C2FF;
}
.AnyTagClassName
{
color: #14C2FF;
}
</style>
background-color css
<style>
a { background-color: #14C2FF; }
a { background-color: rgb(20,194,255); }
div.DivClassName
{
background-color: #14C2FF;
}
.BgClassName
{
background-color: #14C2FF;
}
</style>
border-color css
<style>
span { border-color: #14C2FF; }
span { border-color: rgb(20,194,255); }
td.TdClassName
{
border-color: #14C2FF;
}
.TagClassName
{
border-color: #14C2FF;
}
</style>