Shades of Deep Sky Blue #14CFF6
Tints of Deep Sky Blue #14CFF6
RGB
CMYK
RGB Variations
Color information
#14CFF6 (or 0x14CFF6) is known color: Deep Sky Blue. HEX triplet: 14, CF and F6. RGB value is (20,207,246). Sum of RGB (Red+Green+Blue) = 20+207+246=473 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.23% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #14CFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CFF6 is #EB3009. Grayscale: #9B9B9B. Windows color (decimal): -15413258 or 16174868. OLE color: 16174868.
HSL color Cylindrical-coordinate representation of color #14CFF6: hue angle of 190.35º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14CFF6 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 207 | 246 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.04 |
| HSL | 190.35º | 0.93% | 0.52% | - |
| HSV(B) | 190.35º | 0.92% | 0.96% | - |
| XYZ | 39.24 | 51.43 | 95.05 | - |
| YUV | 155.53 | 179.05 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 246 | 0.92 | 0.16 | 0 | 0.04 | 190.35 | 0.93 | 0.52 |
| Hex | 14 | CF | F6 | 5C | 10 | 0 | 4 | BE | 5D | 34 |
| Octal | 24 | 317 | 366 | 134 | 20 | 0 | 4 | 276 | 135 | 64 |
| Binary | 10100 | 11001111 | 11110110 | 1011100 | 10000 | 0 | 100 | 10111110 | 1011101 | 110100 |
Color Harmonies of #14CFF6
Complementary color
Monochromatic Colors of #14CFF6
Black with #14CFF6
Text Example
Text Example
White with #14CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CFF6; }
p { color: rgb(20,207,246); }
H1.HeaderClassName
{
color: #14CFF6;
}
.AnyTagClassName
{
color: #14CFF6;
}
</style>
background-color css
<style>
a { background-color: #14CFF6; }
a { background-color: rgb(20,207,246); }
div.DivClassName
{
background-color: #14CFF6;
}
.BgClassName
{
background-color: #14CFF6;
}
</style>
border-color css
<style>
span { border-color: #14CFF6; }
span { border-color: rgb(20,207,246); }
td.TdClassName
{
border-color: #14CFF6;
}
.TagClassName
{
border-color: #14CFF6;
}
</style>