Shades of Deep Sky Blue #14CFF2
Tints of Deep Sky Blue #14CFF2
RGB
CMYK
RGB Variations
Color information
#14CFF2 (or 0x14CFF2) is known color: Deep Sky Blue. HEX triplet: 14, CF and F2. RGB value is (20,207,242). Sum of RGB (Red+Green+Blue) = 20+207+242=469 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #14CFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CFF2 is #EB300D. Grayscale: #9A9A9A. Windows color (decimal): -15413262 or 15912724. OLE color: 15912724.
HSL color Cylindrical-coordinate representation of color #14CFF2: hue angle of 189.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14CFF2 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 207 | 242 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.05 |
| HSL | 189.46º | 0.9% | 0.51% | - |
| HSV(B) | 189.46º | 0.92% | 0.95% | - |
| XYZ | 38.63 | 51.19 | 91.85 | - |
| YUV | 155.08 | 177.05 | 31.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 242 | 0.92 | 0.14 | 0 | 0.05 | 189.46 | 0.9 | 0.51 |
| Hex | 14 | CF | F2 | 5C | E | 0 | 5 | BD | 5A | 33 |
| Octal | 24 | 317 | 362 | 134 | 16 | 0 | 5 | 275 | 132 | 63 |
| Binary | 10100 | 11001111 | 11110010 | 1011100 | 1110 | 0 | 101 | 10111101 | 1011010 | 110011 |
Color Harmonies of #14CFF2
Complementary color
Monochromatic Colors of #14CFF2
Black with #14CFF2
Text Example
Text Example
White with #14CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CFF2; }
p { color: rgb(20,207,242); }
H1.HeaderClassName
{
color: #14CFF2;
}
.AnyTagClassName
{
color: #14CFF2;
}
</style>
background-color css
<style>
a { background-color: #14CFF2; }
a { background-color: rgb(20,207,242); }
div.DivClassName
{
background-color: #14CFF2;
}
.BgClassName
{
background-color: #14CFF2;
}
</style>
border-color css
<style>
span { border-color: #14CFF2; }
span { border-color: rgb(20,207,242); }
td.TdClassName
{
border-color: #14CFF2;
}
.TagClassName
{
border-color: #14CFF2;
}
</style>