Shades of Deep Sky Blue #19C3FF
Tints of Deep Sky Blue #19C3FF
RGB
CMYK
RGB Variations
Color information
#19C3FF (or 0x19C3FF) is known color: Deep Sky Blue. HEX triplet: 19, C3 and FF. RGB value is (25,195,255). Sum of RGB (Red+Green+Blue) = 25+195+255=475 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.26% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #19C3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C3FF is #E63C00. Grayscale: #969696. Windows color (decimal): -15088641 or 16761625. OLE color: 16761625.
HSL color Cylindrical-coordinate representation of color #19C3FF: hue angle of 195.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19C3FF is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 195 | 255 | - |
| CMYK | 0.90 | 0.24 | 0 | 0 |
| HSL | 195.65º | 1% | 0.55% | - |
| HSV(B) | 195.65º | 0.9% | 1% | - |
| XYZ | 37.97 | 46.46 | 101.57 | - |
| YUV | 151.01 | 186.68 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 195 | 255 | 0.90 | 0.24 | 0 | 0 | 195.65 | 1 | 0.55 |
| Hex | 19 | C3 | FF | 5A | 18 | 0 | 0 | C4 | 64 | 37 |
| Octal | 31 | 303 | 377 | 132 | 30 | 0 | 0 | 304 | 144 | 67 |
| Binary | 11001 | 11000011 | 11111111 | 1011010 | 11000 | 0 | 0 | 11000100 | 1100100 | 110111 |
Color Harmonies of #19C3FF
Complementary color
Monochromatic Colors of #19C3FF
Black with #19C3FF
Text Example
Text Example
White with #19C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C3FF; }
p { color: rgb(25,195,255); }
H1.HeaderClassName
{
color: #19C3FF;
}
.AnyTagClassName
{
color: #19C3FF;
}
</style>
background-color css
<style>
a { background-color: #19C3FF; }
a { background-color: rgb(25,195,255); }
div.DivClassName
{
background-color: #19C3FF;
}
.BgClassName
{
background-color: #19C3FF;
}
</style>
border-color css
<style>
span { border-color: #19C3FF; }
span { border-color: rgb(25,195,255); }
td.TdClassName
{
border-color: #19C3FF;
}
.TagClassName
{
border-color: #19C3FF;
}
</style>