Shades of Deep Sky Blue #19BAF5
Tints of Deep Sky Blue #19BAF5
RGB
CMYK
RGB Variations
Color information
#19BAF5 (or 0x19BAF5) is known color: Deep Sky Blue. HEX triplet: 19, BA and F5. RGB value is (25,186,245). Sum of RGB (Red+Green+Blue) = 25+186+245=456 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.48% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 245 (96.09% from 255 or 53.73% from 456); Max value from RGB is 245 - color contains mainly: blue. Hex color #19BAF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BAF5 is #E6450A. Grayscale: #909090. Windows color (decimal): -15090955 or 16103961. OLE color: 16103961.
HSL color Cylindrical-coordinate representation of color #19BAF5: hue angle of 196.09º degrees, saturation: 0.92, 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 #19BAF5 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 186 | 245 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.04 |
| HSL | 196.09º | 0.92% | 0.53% | - |
| HSV(B) | 196.09º | 0.9% | 0.96% | - |
| XYZ | 34.44 | 41.92 | 92.66 | - |
| YUV | 144.59 | 184.66 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 245 | 0.90 | 0.24 | 0 | 0.04 | 196.09 | 0.92 | 0.53 |
| Hex | 19 | BA | F5 | 5A | 18 | 0 | 4 | C4 | 5C | 35 |
| Octal | 31 | 272 | 365 | 132 | 30 | 0 | 4 | 304 | 134 | 65 |
| Binary | 11001 | 10111010 | 11110101 | 1011010 | 11000 | 0 | 100 | 11000100 | 1011100 | 110101 |
Color Harmonies of #19BAF5
Complementary color
Monochromatic Colors of #19BAF5
Black with #19BAF5
Text Example
Text Example
White with #19BAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BAF5; }
p { color: rgb(25,186,245); }
H1.HeaderClassName
{
color: #19BAF5;
}
.AnyTagClassName
{
color: #19BAF5;
}
</style>
background-color css
<style>
a { background-color: #19BAF5; }
a { background-color: rgb(25,186,245); }
div.DivClassName
{
background-color: #19BAF5;
}
.BgClassName
{
background-color: #19BAF5;
}
</style>
border-color css
<style>
span { border-color: #19BAF5; }
span { border-color: rgb(25,186,245); }
td.TdClassName
{
border-color: #19BAF5;
}
.TagClassName
{
border-color: #19BAF5;
}
</style>