Shades of Deep Sky Blue #19BEF3
Tints of Deep Sky Blue #19BEF3
RGB
CMYK
RGB Variations
Color information
#19BEF3 (or 0x19BEF3) is known color: Deep Sky Blue. HEX triplet: 19, BE and F3. RGB value is (25,190,243). Sum of RGB (Red+Green+Blue) = 25+190+243=458 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.46% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 243 (95.31% from 255 or 53.06% from 458); Max value from RGB is 243 - color contains mainly: blue. Hex color #19BEF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BEF3 is #E6410C. Grayscale: #929292. Windows color (decimal): -15089933 or 15973913. OLE color: 15973913.
HSL color Cylindrical-coordinate representation of color #19BEF3: hue angle of 194.59º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BEF3 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 190 | 243 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.05 |
| HSL | 194.59º | 0.9% | 0.53% | - |
| HSV(B) | 194.59º | 0.9% | 0.95% | - |
| XYZ | 34.99 | 43.5 | 91.35 | - |
| YUV | 146.71 | 182.34 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 190 | 243 | 0.90 | 0.22 | 0 | 0.05 | 194.59 | 0.9 | 0.53 |
| Hex | 19 | BE | F3 | 5A | 16 | 0 | 5 | C3 | 5A | 35 |
| Octal | 31 | 276 | 363 | 132 | 26 | 0 | 5 | 303 | 132 | 65 |
| Binary | 11001 | 10111110 | 11110011 | 1011010 | 10110 | 0 | 101 | 11000011 | 1011010 | 110101 |
Color Harmonies of #19BEF3
Complementary color
Monochromatic Colors of #19BEF3
Black with #19BEF3
Text Example
Text Example
White with #19BEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BEF3; }
p { color: rgb(25,190,243); }
H1.HeaderClassName
{
color: #19BEF3;
}
.AnyTagClassName
{
color: #19BEF3;
}
</style>
background-color css
<style>
a { background-color: #19BEF3; }
a { background-color: rgb(25,190,243); }
div.DivClassName
{
background-color: #19BEF3;
}
.BgClassName
{
background-color: #19BEF3;
}
</style>
border-color css
<style>
span { border-color: #19BEF3; }
span { border-color: rgb(25,190,243); }
td.TdClassName
{
border-color: #19BEF3;
}
.TagClassName
{
border-color: #19BEF3;
}
</style>