Shades of Deep Sky Blue #19BAFE
Tints of Deep Sky Blue #19BAFE
RGB
CMYK
RGB Variations
Color information
#19BAFE (or 0x19BAFE) is known color: Deep Sky Blue. HEX triplet: 19, BA and FE. RGB value is (25,186,254). Sum of RGB (Red+Green+Blue) = 25+186+254=465 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.38% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #19BAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BAFE is #E64501. Grayscale: #919191. Windows color (decimal): -15090946 or 16693785. OLE color: 16693785.
HSL color Cylindrical-coordinate representation of color #19BAFE: hue angle of 197.82º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BAFE is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 186 | 254 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.00 |
| HSL | 197.82º | 0.99% | 0.55% | - |
| HSV(B) | 197.82º | 0.9% | 1% | - |
| XYZ | 35.85 | 42.48 | 100.08 | - |
| YUV | 145.61 | 189.16 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 254 | 0.90 | 0.27 | 0 | 0.00 | 197.82 | 0.99 | 0.55 |
| Hex | 19 | BA | FE | 5A | 1B | 0 | 0 | C6 | 63 | 37 |
| Octal | 31 | 272 | 376 | 132 | 33 | 0 | 0 | 306 | 143 | 67 |
| Binary | 11001 | 10111010 | 11111110 | 1011010 | 11011 | 0 | 0 | 11000110 | 1100011 | 110111 |
Color Harmonies of #19BAFE
Complementary color
Monochromatic Colors of #19BAFE
Black with #19BAFE
Text Example
Text Example
White with #19BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BAFE; }
p { color: rgb(25,186,254); }
H1.HeaderClassName
{
color: #19BAFE;
}
.AnyTagClassName
{
color: #19BAFE;
}
</style>
background-color css
<style>
a { background-color: #19BAFE; }
a { background-color: rgb(25,186,254); }
div.DivClassName
{
background-color: #19BAFE;
}
.BgClassName
{
background-color: #19BAFE;
}
</style>
border-color css
<style>
span { border-color: #19BAFE; }
span { border-color: rgb(25,186,254); }
td.TdClassName
{
border-color: #19BAFE;
}
.TagClassName
{
border-color: #19BAFE;
}
</style>