Shades of Deep Sky Blue #19B9FE
Tints of Deep Sky Blue #19B9FE
RGB
CMYK
RGB Variations
Color information
#19B9FE (or 0x19B9FE) is known color: Deep Sky Blue. HEX triplet: 19, B9 and FE. RGB value is (25,185,254). Sum of RGB (Red+Green+Blue) = 25+185+254=464 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.39% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #19B9FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19B9FE is #E64601. Grayscale: #909090. Windows color (decimal): -15091202 or 16693529. OLE color: 16693529.
HSL color Cylindrical-coordinate representation of color #19B9FE: hue angle of 198.08º 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 #19B9FE is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 185 | 254 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.00 |
| HSL | 198.08º | 0.99% | 0.55% | - |
| HSV(B) | 198.08º | 0.9% | 1% | - |
| XYZ | 35.64 | 42.06 | 100.01 | - |
| YUV | 145.03 | 189.49 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 185 | 254 | 0.90 | 0.27 | 0 | 0.00 | 198.08 | 0.99 | 0.55 |
| Hex | 19 | B9 | FE | 5A | 1B | 0 | 0 | C6 | 63 | 37 |
| Octal | 31 | 271 | 376 | 132 | 33 | 0 | 0 | 306 | 143 | 67 |
| Binary | 11001 | 10111001 | 11111110 | 1011010 | 11011 | 0 | 0 | 11000110 | 1100011 | 110111 |
Color Harmonies of #19B9FE
Complementary color
Monochromatic Colors of #19B9FE
Black with #19B9FE
Text Example
Text Example
White with #19B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B9FE; }
p { color: rgb(25,185,254); }
H1.HeaderClassName
{
color: #19B9FE;
}
.AnyTagClassName
{
color: #19B9FE;
}
</style>
background-color css
<style>
a { background-color: #19B9FE; }
a { background-color: rgb(25,185,254); }
div.DivClassName
{
background-color: #19B9FE;
}
.BgClassName
{
background-color: #19B9FE;
}
</style>
border-color css
<style>
span { border-color: #19B9FE; }
span { border-color: rgb(25,185,254); }
td.TdClassName
{
border-color: #19B9FE;
}
.TagClassName
{
border-color: #19B9FE;
}
</style>