Shades of Deep Sky Blue #14BBFC
Tints of Deep Sky Blue #14BBFC
RGB
CMYK
RGB Variations
Color information
#14BBFC (or 0x14BBFC) is known color: Deep Sky Blue. HEX triplet: 14, BB and FC. RGB value is (20,187,252). Sum of RGB (Red+Green+Blue) = 20+187+252=459 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.36% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #14BBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BBFC is #EB4403. Grayscale: #909090. Windows color (decimal): -15418372 or 16562964. OLE color: 16562964.
HSL color Cylindrical-coordinate representation of color #14BBFC: hue angle of 196.81º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BBFC is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 187 | 252 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.01 |
| HSL | 196.81º | 0.97% | 0.53% | - |
| HSV(B) | 196.81º | 0.92% | 0.99% | - |
| XYZ | 35.63 | 42.72 | 98.46 | - |
| YUV | 144.48 | 188.67 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 252 | 0.92 | 0.26 | 0 | 0.01 | 196.81 | 0.97 | 0.53 |
| Hex | 14 | BB | FC | 5C | 1A | 0 | 1 | C5 | 61 | 35 |
| Octal | 24 | 273 | 374 | 134 | 32 | 0 | 1 | 305 | 141 | 65 |
| Binary | 10100 | 10111011 | 11111100 | 1011100 | 11010 | 0 | 1 | 11000101 | 1100001 | 110101 |
Color Harmonies of #14BBFC
Complementary color
Monochromatic Colors of #14BBFC
Black with #14BBFC
Text Example
Text Example
White with #14BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BBFC; }
p { color: rgb(20,187,252); }
H1.HeaderClassName
{
color: #14BBFC;
}
.AnyTagClassName
{
color: #14BBFC;
}
</style>
background-color css
<style>
a { background-color: #14BBFC; }
a { background-color: rgb(20,187,252); }
div.DivClassName
{
background-color: #14BBFC;
}
.BgClassName
{
background-color: #14BBFC;
}
</style>
border-color css
<style>
span { border-color: #14BBFC; }
span { border-color: rgb(20,187,252); }
td.TdClassName
{
border-color: #14BBFC;
}
.TagClassName
{
border-color: #14BBFC;
}
</style>