Shades of Deep Sky Blue #19BFF4
Tints of Deep Sky Blue #19BFF4
RGB
CMYK
RGB Variations
Color information
#19BFF4 (or 0x19BFF4) is known color: Deep Sky Blue. HEX triplet: 19, BF and F4. RGB value is (25,191,244). Sum of RGB (Red+Green+Blue) = 25+191+244=460 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.43% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 244 (95.70% from 255 or 53.04% from 460); Max value from RGB is 244 - color contains mainly: blue. Hex color #19BFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BFF4 is #E6400B. Grayscale: #939393. Windows color (decimal): -15089676 or 16039705. OLE color: 16039705.
HSL color Cylindrical-coordinate representation of color #19BFF4: hue angle of 194.52º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BFF4 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 191 | 244 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.04 |
| HSL | 194.52º | 0.91% | 0.53% | - |
| HSV(B) | 194.52º | 0.9% | 0.96% | - |
| XYZ | 35.36 | 44 | 92.22 | - |
| YUV | 147.41 | 182.5 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 244 | 0.90 | 0.22 | 0 | 0.04 | 194.52 | 0.91 | 0.53 |
| Hex | 19 | BF | F4 | 5A | 16 | 0 | 4 | C3 | 5B | 35 |
| Octal | 31 | 277 | 364 | 132 | 26 | 0 | 4 | 303 | 133 | 65 |
| Binary | 11001 | 10111111 | 11110100 | 1011010 | 10110 | 0 | 100 | 11000011 | 1011011 | 110101 |
Color Harmonies of #19BFF4
Complementary color
Monochromatic Colors of #19BFF4
Black with #19BFF4
Text Example
Text Example
White with #19BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BFF4; }
p { color: rgb(25,191,244); }
H1.HeaderClassName
{
color: #19BFF4;
}
.AnyTagClassName
{
color: #19BFF4;
}
</style>
background-color css
<style>
a { background-color: #19BFF4; }
a { background-color: rgb(25,191,244); }
div.DivClassName
{
background-color: #19BFF4;
}
.BgClassName
{
background-color: #19BFF4;
}
</style>
border-color css
<style>
span { border-color: #19BFF4; }
span { border-color: rgb(25,191,244); }
td.TdClassName
{
border-color: #19BFF4;
}
.TagClassName
{
border-color: #19BFF4;
}
</style>