Shades of Deep Sky Blue #19BAFD
Tints of Deep Sky Blue #19BAFD
RGB
CMYK
RGB Variations
Color information
#19BAFD (or 0x19BAFD) is known color: Deep Sky Blue. HEX triplet: 19, BA and FD. RGB value is (25,186,253). Sum of RGB (Red+Green+Blue) = 25+186+253=464 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.39% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #19BAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BAFD is #E64502. Grayscale: #919191. Windows color (decimal): -15090947 or 16628249. OLE color: 16628249.
HSL color Cylindrical-coordinate representation of color #19BAFD: hue angle of 197.63º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BAFD is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 186 | 253 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.01 |
| HSL | 197.63º | 0.98% | 0.55% | - |
| HSV(B) | 197.63º | 0.9% | 0.99% | - |
| XYZ | 35.69 | 42.42 | 99.23 | - |
| YUV | 145.5 | 188.66 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 253 | 0.90 | 0.26 | 0 | 0.01 | 197.63 | 0.98 | 0.55 |
| Hex | 19 | BA | FD | 5A | 1A | 0 | 1 | C6 | 62 | 37 |
| Octal | 31 | 272 | 375 | 132 | 32 | 0 | 1 | 306 | 142 | 67 |
| Binary | 11001 | 10111010 | 11111101 | 1011010 | 11010 | 0 | 1 | 11000110 | 1100010 | 110111 |
Color Harmonies of #19BAFD
Complementary color
Monochromatic Colors of #19BAFD
Black with #19BAFD
Text Example
Text Example
White with #19BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BAFD; }
p { color: rgb(25,186,253); }
H1.HeaderClassName
{
color: #19BAFD;
}
.AnyTagClassName
{
color: #19BAFD;
}
</style>
background-color css
<style>
a { background-color: #19BAFD; }
a { background-color: rgb(25,186,253); }
div.DivClassName
{
background-color: #19BAFD;
}
.BgClassName
{
background-color: #19BAFD;
}
</style>
border-color css
<style>
span { border-color: #19BAFD; }
span { border-color: rgb(25,186,253); }
td.TdClassName
{
border-color: #19BAFD;
}
.TagClassName
{
border-color: #19BAFD;
}
</style>