Shades of Deep Sky Blue #19BAFF
Tints of Deep Sky Blue #19BAFF
RGB
CMYK
RGB Variations
Color information
#19BAFF (or 0x19BAFF) is known color: Deep Sky Blue. HEX triplet: 19, BA and FF. RGB value is (25,186,255). Sum of RGB (Red+Green+Blue) = 25+186+255=466 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.36% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #19BAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BAFF is #E64500. Grayscale: #919191. Windows color (decimal): -15090945 or 16759321. OLE color: 16759321.
HSL color Cylindrical-coordinate representation of color #19BAFF: hue angle of 198º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BAFF is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 186 | 255 | - |
| CMYK | 0.90 | 0.27 | 0 | 0 |
| HSL | 198º | 1% | 0.55% | - |
| HSV(B) | 198º | 0.9% | 1% | - |
| XYZ | 36.01 | 42.54 | 100.92 | - |
| YUV | 145.73 | 189.66 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 255 | 0.90 | 0.27 | 0 | 0 | 198 | 1 | 0.55 |
| Hex | 19 | BA | FF | 5A | 1B | 0 | 0 | C6 | 64 | 37 |
| Octal | 31 | 272 | 377 | 132 | 33 | 0 | 0 | 306 | 144 | 67 |
| Binary | 11001 | 10111010 | 11111111 | 1011010 | 11011 | 0 | 0 | 11000110 | 1100100 | 110111 |
Color Harmonies of #19BAFF
Complementary color
Monochromatic Colors of #19BAFF
Black with #19BAFF
Text Example
Text Example
White with #19BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BAFF; }
p { color: rgb(25,186,255); }
H1.HeaderClassName
{
color: #19BAFF;
}
.AnyTagClassName
{
color: #19BAFF;
}
</style>
background-color css
<style>
a { background-color: #19BAFF; }
a { background-color: rgb(25,186,255); }
div.DivClassName
{
background-color: #19BAFF;
}
.BgClassName
{
background-color: #19BAFF;
}
</style>
border-color css
<style>
span { border-color: #19BAFF; }
span { border-color: rgb(25,186,255); }
td.TdClassName
{
border-color: #19BAFF;
}
.TagClassName
{
border-color: #19BAFF;
}
</style>