Shades of Deep Sky Blue #19BCFD
Tints of Deep Sky Blue #19BCFD
RGB
CMYK
RGB Variations
Color information
#19BCFD (or 0x19BCFD) is known color: Deep Sky Blue. HEX triplet: 19, BC and FD. RGB value is (25,188,253). Sum of RGB (Red+Green+Blue) = 25+188+253=466 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.36% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #19BCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BCFD is #E64302. Grayscale: #929292. Windows color (decimal): -15090435 or 16628761. OLE color: 16628761.
HSL color Cylindrical-coordinate representation of color #19BCFD: hue angle of 197.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BCFD is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 188 | 253 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.01 |
| HSL | 197.11º | 0.98% | 0.55% | - |
| HSV(B) | 197.11º | 0.9% | 0.99% | - |
| XYZ | 36.11 | 43.26 | 99.38 | - |
| YUV | 146.67 | 188 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 253 | 0.90 | 0.26 | 0 | 0.01 | 197.11 | 0.98 | 0.55 |
| Hex | 19 | BC | FD | 5A | 1A | 0 | 1 | C5 | 62 | 37 |
| Octal | 31 | 274 | 375 | 132 | 32 | 0 | 1 | 305 | 142 | 67 |
| Binary | 11001 | 10111100 | 11111101 | 1011010 | 11010 | 0 | 1 | 11000101 | 1100010 | 110111 |
Color Harmonies of #19BCFD
Complementary color
Monochromatic Colors of #19BCFD
Black with #19BCFD
Text Example
Text Example
White with #19BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BCFD; }
p { color: rgb(25,188,253); }
H1.HeaderClassName
{
color: #19BCFD;
}
.AnyTagClassName
{
color: #19BCFD;
}
</style>
background-color css
<style>
a { background-color: #19BCFD; }
a { background-color: rgb(25,188,253); }
div.DivClassName
{
background-color: #19BCFD;
}
.BgClassName
{
background-color: #19BCFD;
}
</style>
border-color css
<style>
span { border-color: #19BCFD; }
span { border-color: rgb(25,188,253); }
td.TdClassName
{
border-color: #19BCFD;
}
.TagClassName
{
border-color: #19BCFD;
}
</style>