Shades of Deep Sky Blue #19CFFE
Tints of Deep Sky Blue #19CFFE
RGB
CMYK
RGB Variations
Color information
#19CFFE (or 0x19CFFE) is known color: Deep Sky Blue. HEX triplet: 19, CF and FE. RGB value is (25,207,254). Sum of RGB (Red+Green+Blue) = 25+207+254=486 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.14% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #19CFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CFFE is #E63001. Grayscale: #9D9D9D. Windows color (decimal): -15085570 or 16699161. OLE color: 16699161.
HSL color Cylindrical-coordinate representation of color #19CFFE: hue angle of 192.31º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CFFE is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 207 | 254 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.00 |
| HSL | 192.31º | 0.99% | 0.55% | - |
| HSV(B) | 192.31º | 0.9% | 1% | - |
| XYZ | 40.6 | 51.99 | 101.66 | - |
| YUV | 157.94 | 182.2 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 254 | 0.90 | 0.19 | 0 | 0.00 | 192.31 | 0.99 | 0.55 |
| Hex | 19 | CF | FE | 5A | 13 | 0 | 0 | C0 | 63 | 37 |
| Octal | 31 | 317 | 376 | 132 | 23 | 0 | 0 | 300 | 143 | 67 |
| Binary | 11001 | 11001111 | 11111110 | 1011010 | 10011 | 0 | 0 | 11000000 | 1100011 | 110111 |
Color Harmonies of #19CFFE
Complementary color
Monochromatic Colors of #19CFFE
Black with #19CFFE
Text Example
Text Example
White with #19CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CFFE; }
p { color: rgb(25,207,254); }
H1.HeaderClassName
{
color: #19CFFE;
}
.AnyTagClassName
{
color: #19CFFE;
}
</style>
background-color css
<style>
a { background-color: #19CFFE; }
a { background-color: rgb(25,207,254); }
div.DivClassName
{
background-color: #19CFFE;
}
.BgClassName
{
background-color: #19CFFE;
}
</style>
border-color css
<style>
span { border-color: #19CFFE; }
span { border-color: rgb(25,207,254); }
td.TdClassName
{
border-color: #19CFFE;
}
.TagClassName
{
border-color: #19CFFE;
}
</style>