Shades of Deep Sky Blue #19BCFF
Tints of Deep Sky Blue #19BCFF
RGB
CMYK
RGB Variations
Color information
#19BCFF (or 0x19BCFF) is known color: Deep Sky Blue. HEX triplet: 19, BC and FF. RGB value is (25,188,255). Sum of RGB (Red+Green+Blue) = 25+188+255=468 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.34% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #19BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BCFF is #E64300. Grayscale: #929292. Windows color (decimal): -15090433 or 16759833. OLE color: 16759833.
HSL color Cylindrical-coordinate representation of color #19BCFF: hue angle of 197.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BCFF is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 188 | 255 | - |
| CMYK | 0.90 | 0.26 | 0 | 0 |
| HSL | 197.48º | 1% | 0.55% | - |
| HSV(B) | 197.48º | 0.9% | 1% | - |
| XYZ | 36.43 | 43.39 | 101.06 | - |
| YUV | 146.9 | 189 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 255 | 0.90 | 0.26 | 0 | 0 | 197.48 | 1 | 0.55 |
| Hex | 19 | BC | FF | 5A | 1A | 0 | 0 | C5 | 64 | 37 |
| Octal | 31 | 274 | 377 | 132 | 32 | 0 | 0 | 305 | 144 | 67 |
| Binary | 11001 | 10111100 | 11111111 | 1011010 | 11010 | 0 | 0 | 11000101 | 1100100 | 110111 |
Color Harmonies of #19BCFF
Complementary color
Monochromatic Colors of #19BCFF
Black with #19BCFF
Text Example
Text Example
White with #19BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BCFF; }
p { color: rgb(25,188,255); }
H1.HeaderClassName
{
color: #19BCFF;
}
.AnyTagClassName
{
color: #19BCFF;
}
</style>
background-color css
<style>
a { background-color: #19BCFF; }
a { background-color: rgb(25,188,255); }
div.DivClassName
{
background-color: #19BCFF;
}
.BgClassName
{
background-color: #19BCFF;
}
</style>
border-color css
<style>
span { border-color: #19BCFF; }
span { border-color: rgb(25,188,255); }
td.TdClassName
{
border-color: #19BCFF;
}
.TagClassName
{
border-color: #19BCFF;
}
</style>