Shades of Deep Sky Blue #14BDFF
Tints of Deep Sky Blue #14BDFF
RGB
CMYK
RGB Variations
Color information
#14BDFF (or 0x14BDFF) is known color: Deep Sky Blue. HEX triplet: 14, BD and FF. RGB value is (20,189,255). Sum of RGB (Red+Green+Blue) = 20+189+255=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #14BDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BDFF is #EB4200. Grayscale: #919191. Windows color (decimal): -15417857 or 16760084. OLE color: 16760084.
HSL color Cylindrical-coordinate representation of color #14BDFF: hue angle of 196.85º 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 #14BDFF is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 189 | 255 | - |
| CMYK | 0.92 | 0.26 | 0 | 0 |
| HSL | 196.85º | 1% | 0.54% | - |
| HSV(B) | 196.85º | 0.92% | 1% | - |
| XYZ | 36.54 | 43.76 | 101.13 | - |
| YUV | 145.99 | 189.51 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 255 | 0.92 | 0.26 | 0 | 0 | 196.85 | 1 | 0.54 |
| Hex | 14 | BD | FF | 5C | 1A | 0 | 0 | C5 | 64 | 36 |
| Octal | 24 | 275 | 377 | 134 | 32 | 0 | 0 | 305 | 144 | 66 |
| Binary | 10100 | 10111101 | 11111111 | 1011100 | 11010 | 0 | 0 | 11000101 | 1100100 | 110110 |
Color Harmonies of #14BDFF
Complementary color
Monochromatic Colors of #14BDFF
Black with #14BDFF
Text Example
Text Example
White with #14BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BDFF; }
p { color: rgb(20,189,255); }
H1.HeaderClassName
{
color: #14BDFF;
}
.AnyTagClassName
{
color: #14BDFF;
}
</style>
background-color css
<style>
a { background-color: #14BDFF; }
a { background-color: rgb(20,189,255); }
div.DivClassName
{
background-color: #14BDFF;
}
.BgClassName
{
background-color: #14BDFF;
}
</style>
border-color css
<style>
span { border-color: #14BDFF; }
span { border-color: rgb(20,189,255); }
td.TdClassName
{
border-color: #14BDFF;
}
.TagClassName
{
border-color: #14BDFF;
}
</style>