Shades of Deep Sky Blue #19BDF4
Tints of Deep Sky Blue #19BDF4
RGB
CMYK
RGB Variations
Color information
#19BDF4 (or 0x19BDF4) is known color: Deep Sky Blue. HEX triplet: 19, BD and F4. RGB value is (25,189,244). Sum of RGB (Red+Green+Blue) = 25+189+244=458 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.46% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 244 (95.70% from 255 or 53.28% from 458); Max value from RGB is 244 - color contains mainly: blue. Hex color #19BDF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BDF4 is #E6420B. Grayscale: #919191. Windows color (decimal): -15090188 or 16039193. OLE color: 16039193.
HSL color Cylindrical-coordinate representation of color #19BDF4: hue angle of 195.07º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BDF4 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 189 | 244 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.04 |
| HSL | 195.07º | 0.91% | 0.53% | - |
| HSV(B) | 195.07º | 0.9% | 0.96% | - |
| XYZ | 34.93 | 43.13 | 92.07 | - |
| YUV | 146.23 | 183.17 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 244 | 0.90 | 0.23 | 0 | 0.04 | 195.07 | 0.91 | 0.53 |
| Hex | 19 | BD | F4 | 5A | 17 | 0 | 4 | C3 | 5B | 35 |
| Octal | 31 | 275 | 364 | 132 | 27 | 0 | 4 | 303 | 133 | 65 |
| Binary | 11001 | 10111101 | 11110100 | 1011010 | 10111 | 0 | 100 | 11000011 | 1011011 | 110101 |
Color Harmonies of #19BDF4
Complementary color
Monochromatic Colors of #19BDF4
Black with #19BDF4
Text Example
Text Example
White with #19BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BDF4; }
p { color: rgb(25,189,244); }
H1.HeaderClassName
{
color: #19BDF4;
}
.AnyTagClassName
{
color: #19BDF4;
}
</style>
background-color css
<style>
a { background-color: #19BDF4; }
a { background-color: rgb(25,189,244); }
div.DivClassName
{
background-color: #19BDF4;
}
.BgClassName
{
background-color: #19BDF4;
}
</style>
border-color css
<style>
span { border-color: #19BDF4; }
span { border-color: rgb(25,189,244); }
td.TdClassName
{
border-color: #19BDF4;
}
.TagClassName
{
border-color: #19BDF4;
}
</style>