Shades of Deep Sky Blue #19BFE6
Tints of Deep Sky Blue #19BFE6
RGB
CMYK
RGB Variations
Color information
#19BFE6 (or 0x19BFE6) is known color: Deep Sky Blue. HEX triplet: 19, BF and E6. RGB value is (25,191,230). Sum of RGB (Red+Green+Blue) = 25+191+230=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 230 (90.23% from 255 or 51.57% from 446); Max value from RGB is 230 - color contains mainly: blue. Hex color #19BFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BFE6 is #E64019. Grayscale: #919191. Windows color (decimal): -15089690 or 15122201. OLE color: 15122201.
HSL color Cylindrical-coordinate representation of color #19BFE6: hue angle of 191.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BFE6 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 191 | 230 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.10 |
| HSL | 191.41º | 0.8% | 0.5% | - |
| HSV(B) | 191.41º | 0.89% | 0.9% | - |
| XYZ | 33.31 | 43.18 | 81.44 | - |
| YUV | 145.81 | 175.5 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 230 | 0.89 | 0.17 | 0 | 0.10 | 191.41 | 0.8 | 0.5 |
| Hex | 19 | BF | E6 | 59 | 11 | 0 | A | BF | 50 | 32 |
| Octal | 31 | 277 | 346 | 131 | 21 | 0 | 12 | 277 | 120 | 62 |
| Binary | 11001 | 10111111 | 11100110 | 1011001 | 10001 | 0 | 1010 | 10111111 | 1010000 | 110010 |
Color Harmonies of #19BFE6
Complementary color
Monochromatic Colors of #19BFE6
Black with #19BFE6
Text Example
Text Example
White with #19BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BFE6; }
p { color: rgb(25,191,230); }
H1.HeaderClassName
{
color: #19BFE6;
}
.AnyTagClassName
{
color: #19BFE6;
}
</style>
background-color css
<style>
a { background-color: #19BFE6; }
a { background-color: rgb(25,191,230); }
div.DivClassName
{
background-color: #19BFE6;
}
.BgClassName
{
background-color: #19BFE6;
}
</style>
border-color css
<style>
span { border-color: #19BFE6; }
span { border-color: rgb(25,191,230); }
td.TdClassName
{
border-color: #19BFE6;
}
.TagClassName
{
border-color: #19BFE6;
}
</style>