Shades of Deep Sky Blue #19CCF8
Tints of Deep Sky Blue #19CCF8
RGB
CMYK
RGB Variations
Color information
#19CCF8 (or 0x19CCF8) is known color: Deep Sky Blue. HEX triplet: 19, CC and F8. RGB value is (25,204,248). Sum of RGB (Red+Green+Blue) = 25+204+248=477 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.24% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #19CCF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CCF8 is #E63307. Grayscale: #9B9B9B. Windows color (decimal): -15086344 or 16305177. OLE color: 16305177.
HSL color Cylindrical-coordinate representation of color #19CCF8: hue angle of 191.84º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CCF8 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 204 | 248 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.03 |
| HSL | 191.84º | 0.94% | 0.54% | - |
| HSV(B) | 191.84º | 0.9% | 0.97% | - |
| XYZ | 38.94 | 50.17 | 96.44 | - |
| YUV | 155.5 | 180.2 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 248 | 0.90 | 0.18 | 0 | 0.03 | 191.84 | 0.94 | 0.54 |
| Hex | 19 | CC | F8 | 5A | 12 | 0 | 3 | C0 | 5E | 36 |
| Octal | 31 | 314 | 370 | 132 | 22 | 0 | 3 | 300 | 136 | 66 |
| Binary | 11001 | 11001100 | 11111000 | 1011010 | 10010 | 0 | 11 | 11000000 | 1011110 | 110110 |
Color Harmonies of #19CCF8
Complementary color
Monochromatic Colors of #19CCF8
Black with #19CCF8
Text Example
Text Example
White with #19CCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CCF8; }
p { color: rgb(25,204,248); }
H1.HeaderClassName
{
color: #19CCF8;
}
.AnyTagClassName
{
color: #19CCF8;
}
</style>
background-color css
<style>
a { background-color: #19CCF8; }
a { background-color: rgb(25,204,248); }
div.DivClassName
{
background-color: #19CCF8;
}
.BgClassName
{
background-color: #19CCF8;
}
</style>
border-color css
<style>
span { border-color: #19CCF8; }
span { border-color: rgb(25,204,248); }
td.TdClassName
{
border-color: #19CCF8;
}
.TagClassName
{
border-color: #19CCF8;
}
</style>