Shades of Deep Sky Blue #19DAFB
Tints of Deep Sky Blue #19DAFB
RGB
CMYK
RGB Variations
Color information
#19DAFB (or 0x19DAFB) is known color: Deep Sky Blue. HEX triplet: 19, DA and FB. RGB value is (25,218,251). Sum of RGB (Red+Green+Blue) = 25+218+251=494 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.06% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #19DAFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DAFB is #E62504. Grayscale: #A3A3A3. Windows color (decimal): -15082757 or 16505369. OLE color: 16505369.
HSL color Cylindrical-coordinate representation of color #19DAFB: hue angle of 188.76º degrees, saturation: 0.97, 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 #19DAFB is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 218 | 251 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.02 |
| HSL | 188.76º | 0.97% | 0.54% | - |
| HSV(B) | 188.76º | 0.9% | 0.98% | - |
| XYZ | 42.88 | 57.31 | 100.07 | - |
| YUV | 164.06 | 177.06 | 28.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 251 | 0.90 | 0.13 | 0 | 0.02 | 188.76 | 0.97 | 0.54 |
| Hex | 19 | DA | FB | 5A | D | 0 | 2 | BD | 61 | 36 |
| Octal | 31 | 332 | 373 | 132 | 15 | 0 | 2 | 275 | 141 | 66 |
| Binary | 11001 | 11011010 | 11111011 | 1011010 | 1101 | 0 | 10 | 10111101 | 1100001 | 110110 |
Color Harmonies of #19DAFB
Complementary color
Monochromatic Colors of #19DAFB
Black with #19DAFB
Text Example
Text Example
White with #19DAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DAFB; }
p { color: rgb(25,218,251); }
H1.HeaderClassName
{
color: #19DAFB;
}
.AnyTagClassName
{
color: #19DAFB;
}
</style>
background-color css
<style>
a { background-color: #19DAFB; }
a { background-color: rgb(25,218,251); }
div.DivClassName
{
background-color: #19DAFB;
}
.BgClassName
{
background-color: #19DAFB;
}
</style>
border-color css
<style>
span { border-color: #19DAFB; }
span { border-color: rgb(25,218,251); }
td.TdClassName
{
border-color: #19DAFB;
}
.TagClassName
{
border-color: #19DAFB;
}
</style>