Shades of Deep Sky Blue #19CBF8
Tints of Deep Sky Blue #19CBF8
RGB
CMYK
RGB Variations
Color information
#19CBF8 (or 0x19CBF8) is known color: Deep Sky Blue. HEX triplet: 19, CB and F8. RGB value is (25,203,248). Sum of RGB (Red+Green+Blue) = 25+203+248=476 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.25% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #19CBF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CBF8 is #E63407. Grayscale: #9A9A9A. Windows color (decimal): -15086600 or 16304921. OLE color: 16304921.
HSL color Cylindrical-coordinate representation of color #19CBF8: hue angle of 192.11º 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 #19CBF8 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 203 | 248 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.03 |
| HSL | 192.11º | 0.94% | 0.54% | - |
| HSV(B) | 192.11º | 0.9% | 0.97% | - |
| XYZ | 38.7 | 49.7 | 96.36 | - |
| YUV | 154.91 | 180.53 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 248 | 0.90 | 0.18 | 0 | 0.03 | 192.11 | 0.94 | 0.54 |
| Hex | 19 | CB | F8 | 5A | 12 | 0 | 3 | C0 | 5E | 36 |
| Octal | 31 | 313 | 370 | 132 | 22 | 0 | 3 | 300 | 136 | 66 |
| Binary | 11001 | 11001011 | 11111000 | 1011010 | 10010 | 0 | 11 | 11000000 | 1011110 | 110110 |
Color Harmonies of #19CBF8
Complementary color
Monochromatic Colors of #19CBF8
Black with #19CBF8
Text Example
Text Example
White with #19CBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CBF8; }
p { color: rgb(25,203,248); }
H1.HeaderClassName
{
color: #19CBF8;
}
.AnyTagClassName
{
color: #19CBF8;
}
</style>
background-color css
<style>
a { background-color: #19CBF8; }
a { background-color: rgb(25,203,248); }
div.DivClassName
{
background-color: #19CBF8;
}
.BgClassName
{
background-color: #19CBF8;
}
</style>
border-color css
<style>
span { border-color: #19CBF8; }
span { border-color: rgb(25,203,248); }
td.TdClassName
{
border-color: #19CBF8;
}
.TagClassName
{
border-color: #19CBF8;
}
</style>