Shades of Deep Sky Blue #19BDFE
Tints of Deep Sky Blue #19BDFE
RGB
CMYK
RGB Variations
Color information
#19BDFE (or 0x19BDFE) is known color: Deep Sky Blue. HEX triplet: 19, BD and FE. RGB value is (25,189,254). Sum of RGB (Red+Green+Blue) = 25+189+254=468 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.34% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #19BDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BDFE is #E64201. Grayscale: #929292. Windows color (decimal): -15090178 or 16694553. OLE color: 16694553.
HSL color Cylindrical-coordinate representation of color #19BDFE: hue angle of 197.03º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BDFE is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 189 | 254 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.00 |
| HSL | 197.03º | 0.99% | 0.55% | - |
| HSV(B) | 197.03º | 0.9% | 1% | - |
| XYZ | 36.49 | 43.76 | 100.29 | - |
| YUV | 147.37 | 188.17 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 254 | 0.90 | 0.26 | 0 | 0.00 | 197.03 | 0.99 | 0.55 |
| Hex | 19 | BD | FE | 5A | 1A | 0 | 0 | C5 | 63 | 37 |
| Octal | 31 | 275 | 376 | 132 | 32 | 0 | 0 | 305 | 143 | 67 |
| Binary | 11001 | 10111101 | 11111110 | 1011010 | 11010 | 0 | 0 | 11000101 | 1100011 | 110111 |
Color Harmonies of #19BDFE
Complementary color
Monochromatic Colors of #19BDFE
Black with #19BDFE
Text Example
Text Example
White with #19BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BDFE; }
p { color: rgb(25,189,254); }
H1.HeaderClassName
{
color: #19BDFE;
}
.AnyTagClassName
{
color: #19BDFE;
}
</style>
background-color css
<style>
a { background-color: #19BDFE; }
a { background-color: rgb(25,189,254); }
div.DivClassName
{
background-color: #19BDFE;
}
.BgClassName
{
background-color: #19BDFE;
}
</style>
border-color css
<style>
span { border-color: #19BDFE; }
span { border-color: rgb(25,189,254); }
td.TdClassName
{
border-color: #19BDFE;
}
.TagClassName
{
border-color: #19BDFE;
}
</style>