Shades of Deep Sky Blue #19BDFB
Tints of Deep Sky Blue #19BDFB
RGB
CMYK
RGB Variations
Color information
#19BDFB (or 0x19BDFB) is known color: Deep Sky Blue. HEX triplet: 19, BD and FB. RGB value is (25,189,251). Sum of RGB (Red+Green+Blue) = 25+189+251=465 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.38% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #19BDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BDFB is #E64204. Grayscale: #929292. Windows color (decimal): -15090181 or 16497945. OLE color: 16497945.
HSL color Cylindrical-coordinate representation of color #19BDFB: hue angle of 196.46º 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 #19BDFB is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 189 | 251 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.02 |
| HSL | 196.46º | 0.97% | 0.54% | - |
| HSV(B) | 196.46º | 0.9% | 0.98% | - |
| XYZ | 36.01 | 43.57 | 97.78 | - |
| YUV | 147.03 | 186.67 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 251 | 0.90 | 0.25 | 0 | 0.02 | 196.46 | 0.97 | 0.54 |
| Hex | 19 | BD | FB | 5A | 19 | 0 | 2 | C4 | 61 | 36 |
| Octal | 31 | 275 | 373 | 132 | 31 | 0 | 2 | 304 | 141 | 66 |
| Binary | 11001 | 10111101 | 11111011 | 1011010 | 11001 | 0 | 10 | 11000100 | 1100001 | 110110 |
Color Harmonies of #19BDFB
Complementary color
Monochromatic Colors of #19BDFB
Black with #19BDFB
Text Example
Text Example
White with #19BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BDFB; }
p { color: rgb(25,189,251); }
H1.HeaderClassName
{
color: #19BDFB;
}
.AnyTagClassName
{
color: #19BDFB;
}
</style>
background-color css
<style>
a { background-color: #19BDFB; }
a { background-color: rgb(25,189,251); }
div.DivClassName
{
background-color: #19BDFB;
}
.BgClassName
{
background-color: #19BDFB;
}
</style>
border-color css
<style>
span { border-color: #19BDFB; }
span { border-color: rgb(25,189,251); }
td.TdClassName
{
border-color: #19BDFB;
}
.TagClassName
{
border-color: #19BDFB;
}
</style>