Shades of Deep Sky Blue #19CBFA
Tints of Deep Sky Blue #19CBFA
RGB
CMYK
RGB Variations
Color information
#19CBFA (or 0x19CBFA) is known color: Deep Sky Blue. HEX triplet: 19, CB and FA. RGB value is (25,203,250). Sum of RGB (Red+Green+Blue) = 25+203+250=478 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.23% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #19CBFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CBFA is #E63405. Grayscale: #9A9A9A. Windows color (decimal): -15086598 or 16435993. OLE color: 16435993.
HSL color Cylindrical-coordinate representation of color #19CBFA: hue angle of 192.53º 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 #19CBFA is Cyan = 0.9, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 203 | 250 | - |
| CMYK | 0.9 | 0.19 | 0 | 0.02 |
| HSL | 192.53º | 0.96% | 0.54% | - |
| HSV(B) | 192.53º | 0.9% | 0.98% | - |
| XYZ | 39.01 | 49.82 | 98 | - |
| YUV | 155.14 | 181.53 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 250 | 0.9 | 0.19 | 0 | 0.02 | 192.53 | 0.96 | 0.54 |
| Hex | 19 | CB | FA | 5A | 13 | 0 | 2 | C1 | 60 | 36 |
| Octal | 31 | 313 | 372 | 132 | 23 | 0 | 2 | 301 | 140 | 66 |
| Binary | 11001 | 11001011 | 11111010 | 1011010 | 10011 | 0 | 10 | 11000001 | 1100000 | 110110 |
Color Harmonies of #19CBFA
Complementary color
Monochromatic Colors of #19CBFA
Black with #19CBFA
Text Example
Text Example
White with #19CBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CBFA; }
p { color: rgb(25,203,250); }
H1.HeaderClassName
{
color: #19CBFA;
}
.AnyTagClassName
{
color: #19CBFA;
}
</style>
background-color css
<style>
a { background-color: #19CBFA; }
a { background-color: rgb(25,203,250); }
div.DivClassName
{
background-color: #19CBFA;
}
.BgClassName
{
background-color: #19CBFA;
}
</style>
border-color css
<style>
span { border-color: #19CBFA; }
span { border-color: rgb(25,203,250); }
td.TdClassName
{
border-color: #19CBFA;
}
.TagClassName
{
border-color: #19CBFA;
}
</style>