Shades of Deep Sky Blue #14B6FA
Tints of Deep Sky Blue #14B6FA
RGB
CMYK
RGB Variations
Color information
#14B6FA (or 0x14B6FA) is known color: Deep Sky Blue. HEX triplet: 14, B6 and FA. RGB value is (20,182,250). Sum of RGB (Red+Green+Blue) = 20+182+250=452 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #14B6FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14B6FA is #EB4905. Grayscale: #8C8C8C. Windows color (decimal): -15419654 or 16430612. OLE color: 16430612.
HSL color Cylindrical-coordinate representation of color #14B6FA: hue angle of 197.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14B6FA is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 182 | 250 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.02 |
| HSL | 197.74º | 0.96% | 0.53% | - |
| HSV(B) | 197.74º | 0.92% | 0.98% | - |
| XYZ | 34.27 | 40.51 | 96.45 | - |
| YUV | 141.31 | 189.33 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 182 | 250 | 0.92 | 0.27 | 0 | 0.02 | 197.74 | 0.96 | 0.53 |
| Hex | 14 | B6 | FA | 5C | 1B | 0 | 2 | C6 | 60 | 35 |
| Octal | 24 | 266 | 372 | 134 | 33 | 0 | 2 | 306 | 140 | 65 |
| Binary | 10100 | 10110110 | 11111010 | 1011100 | 11011 | 0 | 10 | 11000110 | 1100000 | 110101 |
Color Harmonies of #14B6FA
Complementary color
Monochromatic Colors of #14B6FA
Black with #14B6FA
Text Example
Text Example
White with #14B6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B6FA; }
p { color: rgb(20,182,250); }
H1.HeaderClassName
{
color: #14B6FA;
}
.AnyTagClassName
{
color: #14B6FA;
}
</style>
background-color css
<style>
a { background-color: #14B6FA; }
a { background-color: rgb(20,182,250); }
div.DivClassName
{
background-color: #14B6FA;
}
.BgClassName
{
background-color: #14B6FA;
}
</style>
border-color css
<style>
span { border-color: #14B6FA; }
span { border-color: rgb(20,182,250); }
td.TdClassName
{
border-color: #14B6FA;
}
.TagClassName
{
border-color: #14B6FA;
}
</style>