Shades of Deep Sky Blue #19BFE8
Tints of Deep Sky Blue #19BFE8
RGB
CMYK
RGB Variations
Color information
#19BFE8 (or 0x19BFE8) is known color: Deep Sky Blue. HEX triplet: 19, BF and E8. RGB value is (25,191,232). Sum of RGB (Red+Green+Blue) = 25+191+232=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 232 (91.02% from 255 or 51.79% from 448); Max value from RGB is 232 - color contains mainly: blue. Hex color #19BFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BFE8 is #E64017. Grayscale: #919191. Windows color (decimal): -15089688 or 15253273. OLE color: 15253273.
HSL color Cylindrical-coordinate representation of color #19BFE8: hue angle of 191.88º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BFE8 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 191 | 232 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.09 |
| HSL | 191.88º | 0.82% | 0.5% | - |
| HSV(B) | 191.88º | 0.89% | 0.91% | - |
| XYZ | 33.6 | 43.29 | 82.93 | - |
| YUV | 146.04 | 176.5 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 232 | 0.89 | 0.18 | 0 | 0.09 | 191.88 | 0.82 | 0.5 |
| Hex | 19 | BF | E8 | 59 | 12 | 0 | 9 | C0 | 52 | 32 |
| Octal | 31 | 277 | 350 | 131 | 22 | 0 | 11 | 300 | 122 | 62 |
| Binary | 11001 | 10111111 | 11101000 | 1011001 | 10010 | 0 | 1001 | 11000000 | 1010010 | 110010 |
Color Harmonies of #19BFE8
Complementary color
Monochromatic Colors of #19BFE8
Black with #19BFE8
Text Example
Text Example
White with #19BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BFE8; }
p { color: rgb(25,191,232); }
H1.HeaderClassName
{
color: #19BFE8;
}
.AnyTagClassName
{
color: #19BFE8;
}
</style>
background-color css
<style>
a { background-color: #19BFE8; }
a { background-color: rgb(25,191,232); }
div.DivClassName
{
background-color: #19BFE8;
}
.BgClassName
{
background-color: #19BFE8;
}
</style>
border-color css
<style>
span { border-color: #19BFE8; }
span { border-color: rgb(25,191,232); }
td.TdClassName
{
border-color: #19BFE8;
}
.TagClassName
{
border-color: #19BFE8;
}
</style>