Shades of Deep Sky Blue #19BFFE
Tints of Deep Sky Blue #19BFFE
RGB
CMYK
RGB Variations
Color information
#19BFFE (or 0x19BFFE) is known color: Deep Sky Blue. HEX triplet: 19, BF and FE. RGB value is (25,191,254). Sum of RGB (Red+Green+Blue) = 25+191+254=470 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.32% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #19BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BFFE is #E64001. Grayscale: #949494. Windows color (decimal): -15089666 or 16695065. OLE color: 16695065.
HSL color Cylindrical-coordinate representation of color #19BFFE: hue angle of 196.51º 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 #19BFFE is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 191 | 254 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.00 |
| HSL | 196.51º | 0.99% | 0.55% | - |
| HSV(B) | 196.51º | 0.9% | 1% | - |
| XYZ | 36.92 | 44.62 | 100.43 | - |
| YUV | 148.55 | 187.5 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 254 | 0.90 | 0.25 | 0 | 0.00 | 196.51 | 0.99 | 0.55 |
| Hex | 19 | BF | FE | 5A | 19 | 0 | 0 | C5 | 63 | 37 |
| Octal | 31 | 277 | 376 | 132 | 31 | 0 | 0 | 305 | 143 | 67 |
| Binary | 11001 | 10111111 | 11111110 | 1011010 | 11001 | 0 | 0 | 11000101 | 1100011 | 110111 |
Color Harmonies of #19BFFE
Complementary color
Monochromatic Colors of #19BFFE
Black with #19BFFE
Text Example
Text Example
White with #19BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BFFE; }
p { color: rgb(25,191,254); }
H1.HeaderClassName
{
color: #19BFFE;
}
.AnyTagClassName
{
color: #19BFFE;
}
</style>
background-color css
<style>
a { background-color: #19BFFE; }
a { background-color: rgb(25,191,254); }
div.DivClassName
{
background-color: #19BFFE;
}
.BgClassName
{
background-color: #19BFFE;
}
</style>
border-color css
<style>
span { border-color: #19BFFE; }
span { border-color: rgb(25,191,254); }
td.TdClassName
{
border-color: #19BFFE;
}
.TagClassName
{
border-color: #19BFFE;
}
</style>