Shades of Deep Sky Blue #14BCF5
Tints of Deep Sky Blue #14BCF5
RGB
CMYK
RGB Variations
Color information
#14BCF5 (or 0x14BCF5) is known color: Deep Sky Blue. HEX triplet: 14, BC and F5. RGB value is (20,188,245). Sum of RGB (Red+Green+Blue) = 20+188+245=453 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 245 (96.09% from 255 or 54.08% from 453); Max value from RGB is 245 - color contains mainly: blue. Hex color #14BCF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BCF5 is #EB430A. Grayscale: #8F8F8F. Windows color (decimal): -15418123 or 16104468. OLE color: 16104468.
HSL color Cylindrical-coordinate representation of color #14BCF5: hue angle of 195.2º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BCF5 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 188 | 245 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.04 |
| HSL | 195.2º | 0.92% | 0.52% | - |
| HSV(B) | 195.2º | 0.92% | 0.96% | - |
| XYZ | 34.75 | 42.71 | 92.8 | - |
| YUV | 144.27 | 184.84 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 245 | 0.92 | 0.23 | 0 | 0.04 | 195.2 | 0.92 | 0.52 |
| Hex | 14 | BC | F5 | 5C | 17 | 0 | 4 | C3 | 5C | 34 |
| Octal | 24 | 274 | 365 | 134 | 27 | 0 | 4 | 303 | 134 | 64 |
| Binary | 10100 | 10111100 | 11110101 | 1011100 | 10111 | 0 | 100 | 11000011 | 1011100 | 110100 |
Color Harmonies of #14BCF5
Complementary color
Monochromatic Colors of #14BCF5
Black with #14BCF5
Text Example
Text Example
White with #14BCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCF5; }
p { color: rgb(20,188,245); }
H1.HeaderClassName
{
color: #14BCF5;
}
.AnyTagClassName
{
color: #14BCF5;
}
</style>
background-color css
<style>
a { background-color: #14BCF5; }
a { background-color: rgb(20,188,245); }
div.DivClassName
{
background-color: #14BCF5;
}
.BgClassName
{
background-color: #14BCF5;
}
</style>
border-color css
<style>
span { border-color: #14BCF5; }
span { border-color: rgb(20,188,245); }
td.TdClassName
{
border-color: #14BCF5;
}
.TagClassName
{
border-color: #14BCF5;
}
</style>