Shades of Deep Sky Blue #14B8FF
Tints of Deep Sky Blue #14B8FF
RGB
CMYK
RGB Variations
Color information
#14B8FF (or 0x14B8FF) is known color: Deep Sky Blue. HEX triplet: 14, B8 and FF. RGB value is (20,184,255). Sum of RGB (Red+Green+Blue) = 20+184+255=459 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.36% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #14B8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14B8FF is #EB4700. Grayscale: #8E8E8E. Windows color (decimal): -15419137 or 16758804. OLE color: 16758804.
HSL color Cylindrical-coordinate representation of color #14B8FF: hue angle of 198.13º 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 #14B8FF is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 184 | 255 | - |
| CMYK | 0.92 | 0.28 | 0 | 0 |
| HSL | 198.13º | 1% | 0.54% | - |
| HSV(B) | 198.13º | 0.92% | 1% | - |
| XYZ | 35.48 | 41.65 | 100.78 | - |
| YUV | 143.06 | 191.17 | 40.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 184 | 255 | 0.92 | 0.28 | 0 | 0 | 198.13 | 1 | 0.54 |
| Hex | 14 | B8 | FF | 5C | 1C | 0 | 0 | C6 | 64 | 36 |
| Octal | 24 | 270 | 377 | 134 | 34 | 0 | 0 | 306 | 144 | 66 |
| Binary | 10100 | 10111000 | 11111111 | 1011100 | 11100 | 0 | 0 | 11000110 | 1100100 | 110110 |
Color Harmonies of #14B8FF
Complementary color
Monochromatic Colors of #14B8FF
Black with #14B8FF
Text Example
Text Example
White with #14B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B8FF; }
p { color: rgb(20,184,255); }
H1.HeaderClassName
{
color: #14B8FF;
}
.AnyTagClassName
{
color: #14B8FF;
}
</style>
background-color css
<style>
a { background-color: #14B8FF; }
a { background-color: rgb(20,184,255); }
div.DivClassName
{
background-color: #14B8FF;
}
.BgClassName
{
background-color: #14B8FF;
}
</style>
border-color css
<style>
span { border-color: #14B8FF; }
span { border-color: rgb(20,184,255); }
td.TdClassName
{
border-color: #14B8FF;
}
.TagClassName
{
border-color: #14B8FF;
}
</style>