Shades of Deep Sky Blue #19B7FC
Tints of Deep Sky Blue #19B7FC
RGB
CMYK
RGB Variations
Color information
#19B7FC (or 0x19B7FC) is known color: Deep Sky Blue. HEX triplet: 19, B7 and FC. RGB value is (25,183,252). Sum of RGB (Red+Green+Blue) = 25+183+252=460 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.43% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #19B7FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19B7FC is #E64803. Grayscale: #8F8F8F. Windows color (decimal): -15091716 or 16561945. OLE color: 16561945.
HSL color Cylindrical-coordinate representation of color #19B7FC: hue angle of 198.24º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19B7FC is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 183 | 252 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.01 |
| HSL | 198.24º | 0.97% | 0.54% | - |
| HSV(B) | 198.24º | 0.9% | 0.99% | - |
| XYZ | 34.91 | 41.1 | 98.19 | - |
| YUV | 143.62 | 189.15 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 183 | 252 | 0.90 | 0.27 | 0 | 0.01 | 198.24 | 0.97 | 0.54 |
| Hex | 19 | B7 | FC | 5A | 1B | 0 | 1 | C6 | 61 | 36 |
| Octal | 31 | 267 | 374 | 132 | 33 | 0 | 1 | 306 | 141 | 66 |
| Binary | 11001 | 10110111 | 11111100 | 1011010 | 11011 | 0 | 1 | 11000110 | 1100001 | 110110 |
Color Harmonies of #19B7FC
Complementary color
Monochromatic Colors of #19B7FC
Black with #19B7FC
Text Example
Text Example
White with #19B7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B7FC; }
p { color: rgb(25,183,252); }
H1.HeaderClassName
{
color: #19B7FC;
}
.AnyTagClassName
{
color: #19B7FC;
}
</style>
background-color css
<style>
a { background-color: #19B7FC; }
a { background-color: rgb(25,183,252); }
div.DivClassName
{
background-color: #19B7FC;
}
.BgClassName
{
background-color: #19B7FC;
}
</style>
border-color css
<style>
span { border-color: #19B7FC; }
span { border-color: rgb(25,183,252); }
td.TdClassName
{
border-color: #19B7FC;
}
.TagClassName
{
border-color: #19B7FC;
}
</style>