Shades of Deep Sky Blue #19B5FA
Tints of Deep Sky Blue #19B5FA
RGB
CMYK
RGB Variations
Color information
#19B5FA (or 0x19B5FA) is known color: Deep Sky Blue. HEX triplet: 19, B5 and FA. RGB value is (25,181,250). Sum of RGB (Red+Green+Blue) = 25+181+250=456 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.48% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #19B5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19B5FA is #E64A05. Grayscale: #8D8D8D. Windows color (decimal): -15092230 or 16430361. OLE color: 16430361.
HSL color Cylindrical-coordinate representation of color #19B5FA: hue angle of 198.4º 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 #19B5FA is Cyan = 0.9, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 181 | 250 | - |
| CMYK | 0.9 | 0.28 | 0 | 0.02 |
| HSL | 198.4º | 0.96% | 0.54% | - |
| HSV(B) | 198.4º | 0.9% | 0.98% | - |
| XYZ | 34.18 | 40.16 | 96.39 | - |
| YUV | 142.22 | 188.82 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 181 | 250 | 0.9 | 0.28 | 0 | 0.02 | 198.4 | 0.96 | 0.54 |
| Hex | 19 | B5 | FA | 5A | 1C | 0 | 2 | C6 | 60 | 36 |
| Octal | 31 | 265 | 372 | 132 | 34 | 0 | 2 | 306 | 140 | 66 |
| Binary | 11001 | 10110101 | 11111010 | 1011010 | 11100 | 0 | 10 | 11000110 | 1100000 | 110110 |
Color Harmonies of #19B5FA
Complementary color
Monochromatic Colors of #19B5FA
Black with #19B5FA
Text Example
Text Example
White with #19B5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B5FA; }
p { color: rgb(25,181,250); }
H1.HeaderClassName
{
color: #19B5FA;
}
.AnyTagClassName
{
color: #19B5FA;
}
</style>
background-color css
<style>
a { background-color: #19B5FA; }
a { background-color: rgb(25,181,250); }
div.DivClassName
{
background-color: #19B5FA;
}
.BgClassName
{
background-color: #19B5FA;
}
</style>
border-color css
<style>
span { border-color: #19B5FA; }
span { border-color: rgb(25,181,250); }
td.TdClassName
{
border-color: #19B5FA;
}
.TagClassName
{
border-color: #19B5FA;
}
</style>