Shades of Deep Sky Blue #19BDF0
Tints of Deep Sky Blue #19BDF0
RGB
CMYK
RGB Variations
Color information
#19BDF0 (or 0x19BDF0) is known color: Deep Sky Blue. HEX triplet: 19, BD and F0. RGB value is (25,189,240). Sum of RGB (Red+Green+Blue) = 25+189+240=454 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.51% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #19BDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BDF0 is #E6420F. Grayscale: #919191. Windows color (decimal): -15090192 or 15777049. OLE color: 15777049.
HSL color Cylindrical-coordinate representation of color #19BDF0: hue angle of 194.23º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BDF0 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 189 | 240 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.06 |
| HSL | 194.23º | 0.88% | 0.52% | - |
| HSV(B) | 194.23º | 0.9% | 0.94% | - |
| XYZ | 34.33 | 42.89 | 88.91 | - |
| YUV | 145.78 | 181.17 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 240 | 0.90 | 0.21 | 0 | 0.06 | 194.23 | 0.88 | 0.52 |
| Hex | 19 | BD | F0 | 5A | 15 | 0 | 6 | C2 | 58 | 34 |
| Octal | 31 | 275 | 360 | 132 | 25 | 0 | 6 | 302 | 130 | 64 |
| Binary | 11001 | 10111101 | 11110000 | 1011010 | 10101 | 0 | 110 | 11000010 | 1011000 | 110100 |
Color Harmonies of #19BDF0
Complementary color
Monochromatic Colors of #19BDF0
Black with #19BDF0
Text Example
Text Example
White with #19BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BDF0; }
p { color: rgb(25,189,240); }
H1.HeaderClassName
{
color: #19BDF0;
}
.AnyTagClassName
{
color: #19BDF0;
}
</style>
background-color css
<style>
a { background-color: #19BDF0; }
a { background-color: rgb(25,189,240); }
div.DivClassName
{
background-color: #19BDF0;
}
.BgClassName
{
background-color: #19BDF0;
}
</style>
border-color css
<style>
span { border-color: #19BDF0; }
span { border-color: rgb(25,189,240); }
td.TdClassName
{
border-color: #19BDF0;
}
.TagClassName
{
border-color: #19BDF0;
}
</style>