Shades of Deep Sky Blue #19B1FA
Tints of Deep Sky Blue #19B1FA
RGB
CMYK
RGB Variations
Color information
#19B1FA (or 0x19B1FA) is known color: Deep Sky Blue. HEX triplet: 19, B1 and FA. RGB value is (25,177,250). Sum of RGB (Red+Green+Blue) = 25+177+250=452 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.53% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #19B1FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19B1FA is #E64E05. Grayscale: #8B8B8B. Windows color (decimal): -15093254 or 16429337. OLE color: 16429337.
HSL color Cylindrical-coordinate representation of color #19B1FA: hue angle of 199.47º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19B1FA is Cyan = 0.9, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 177 | 250 | - |
| CMYK | 0.9 | 0.29 | 0 | 0.02 |
| HSL | 199.47º | 0.96% | 0.54% | - |
| HSV(B) | 199.47º | 0.9% | 0.98% | - |
| XYZ | 33.38 | 38.55 | 96.12 | - |
| YUV | 139.87 | 190.14 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 177 | 250 | 0.9 | 0.29 | 0 | 0.02 | 199.47 | 0.96 | 0.54 |
| Hex | 19 | B1 | FA | 5A | 1D | 0 | 2 | C7 | 60 | 36 |
| Octal | 31 | 261 | 372 | 132 | 35 | 0 | 2 | 307 | 140 | 66 |
| Binary | 11001 | 10110001 | 11111010 | 1011010 | 11101 | 0 | 10 | 11000111 | 1100000 | 110110 |
Color Harmonies of #19B1FA
Complementary color
Monochromatic Colors of #19B1FA
Black with #19B1FA
Text Example
Text Example
White with #19B1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B1FA; }
p { color: rgb(25,177,250); }
H1.HeaderClassName
{
color: #19B1FA;
}
.AnyTagClassName
{
color: #19B1FA;
}
</style>
background-color css
<style>
a { background-color: #19B1FA; }
a { background-color: rgb(25,177,250); }
div.DivClassName
{
background-color: #19B1FA;
}
.BgClassName
{
background-color: #19B1FA;
}
</style>
border-color css
<style>
span { border-color: #19B1FA; }
span { border-color: rgb(25,177,250); }
td.TdClassName
{
border-color: #19B1FA;
}
.TagClassName
{
border-color: #19B1FA;
}
</style>