Shades of Deep Sky Blue #19BFFF
Tints of Deep Sky Blue #19BFFF
RGB
CMYK
RGB Variations
Color information
#19BFFF (or 0x19BFFF) is known color: Deep Sky Blue. HEX triplet: 19, BF and FF. RGB value is (25,191,255). Sum of RGB (Red+Green+Blue) = 25+191+255=471 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.31% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #19BFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BFFF is #E64000. Grayscale: #949494. Windows color (decimal): -15089665 or 16760601. OLE color: 16760601.
HSL color Cylindrical-coordinate representation of color #19BFFF: hue angle of 196.7º 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 #19BFFF is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 191 | 255 | - |
| CMYK | 0.90 | 0.25 | 0 | 0 |
| HSL | 196.7º | 1% | 0.55% | - |
| HSV(B) | 196.7º | 0.9% | 1% | - |
| XYZ | 37.08 | 44.69 | 101.28 | - |
| YUV | 148.66 | 188 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 255 | 0.90 | 0.25 | 0 | 0 | 196.7 | 1 | 0.55 |
| Hex | 19 | BF | FF | 5A | 19 | 0 | 0 | C5 | 64 | 37 |
| Octal | 31 | 277 | 377 | 132 | 31 | 0 | 0 | 305 | 144 | 67 |
| Binary | 11001 | 10111111 | 11111111 | 1011010 | 11001 | 0 | 0 | 11000101 | 1100100 | 110111 |
Color Harmonies of #19BFFF
Complementary color
Monochromatic Colors of #19BFFF
Black with #19BFFF
Text Example
Text Example
White with #19BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BFFF; }
p { color: rgb(25,191,255); }
H1.HeaderClassName
{
color: #19BFFF;
}
.AnyTagClassName
{
color: #19BFFF;
}
</style>
background-color css
<style>
a { background-color: #19BFFF; }
a { background-color: rgb(25,191,255); }
div.DivClassName
{
background-color: #19BFFF;
}
.BgClassName
{
background-color: #19BFFF;
}
</style>
border-color css
<style>
span { border-color: #19BFFF; }
span { border-color: rgb(25,191,255); }
td.TdClassName
{
border-color: #19BFFF;
}
.TagClassName
{
border-color: #19BFFF;
}
</style>