Shades of Deep Sky Blue #19CFFA
Tints of Deep Sky Blue #19CFFA
RGB
CMYK
RGB Variations
Color information
#19CFFA (or 0x19CFFA) is known color: Deep Sky Blue. HEX triplet: 19, CF and FA. RGB value is (25,207,250). Sum of RGB (Red+Green+Blue) = 25+207+250=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #19CFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CFFA is #E63005. Grayscale: #9D9D9D. Windows color (decimal): -15085574 or 16437017. OLE color: 16437017.
HSL color Cylindrical-coordinate representation of color #19CFFA: hue angle of 191.47º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CFFA is Cyan = 0.9, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 207 | 250 | - |
| CMYK | 0.9 | 0.17 | 0 | 0.02 |
| HSL | 191.47º | 0.96% | 0.54% | - |
| HSV(B) | 191.47º | 0.9% | 0.98% | - |
| XYZ | 39.97 | 51.73 | 98.32 | - |
| YUV | 157.48 | 180.2 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 250 | 0.9 | 0.17 | 0 | 0.02 | 191.47 | 0.96 | 0.54 |
| Hex | 19 | CF | FA | 5A | 11 | 0 | 2 | BF | 60 | 36 |
| Octal | 31 | 317 | 372 | 132 | 21 | 0 | 2 | 277 | 140 | 66 |
| Binary | 11001 | 11001111 | 11111010 | 1011010 | 10001 | 0 | 10 | 10111111 | 1100000 | 110110 |
Color Harmonies of #19CFFA
Complementary color
Monochromatic Colors of #19CFFA
Black with #19CFFA
Text Example
Text Example
White with #19CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CFFA; }
p { color: rgb(25,207,250); }
H1.HeaderClassName
{
color: #19CFFA;
}
.AnyTagClassName
{
color: #19CFFA;
}
</style>
background-color css
<style>
a { background-color: #19CFFA; }
a { background-color: rgb(25,207,250); }
div.DivClassName
{
background-color: #19CFFA;
}
.BgClassName
{
background-color: #19CFFA;
}
</style>
border-color css
<style>
span { border-color: #19CFFA; }
span { border-color: rgb(25,207,250); }
td.TdClassName
{
border-color: #19CFFA;
}
.TagClassName
{
border-color: #19CFFA;
}
</style>