Shades of Light Sky Blue #78DCFD
Tints of Light Sky Blue #78DCFD
RGB
CMYK
RGB Variations
Color information
#78DCFD (or 0x78DCFD) is known color: Light Sky Blue. HEX triplet: 78, DC and FD. RGB value is (120,220,253). Sum of RGB (Red+Green+Blue) = 120+220+253=593 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.24% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #78DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DCFD is #872302. Grayscale: #C1C1C1. Windows color (decimal): -8856323 or 16637048. OLE color: 16637048.
HSL color Cylindrical-coordinate representation of color #78DCFD: hue angle of 194.89º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78DCFD is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 220 | 253 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.01 |
| HSL | 194.89º | 0.97% | 0.73% | - |
| HSV(B) | 194.89º | 0.53% | 0.99% | - |
| XYZ | 51.07 | 62.27 | 102.26 | - |
| YUV | 193.86 | 161.37 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 253 | 0.53 | 0.13 | 0 | 0.01 | 194.89 | 0.97 | 0.73 |
| Hex | 78 | DC | FD | 35 | D | 0 | 1 | C3 | 61 | 49 |
| Octal | 170 | 334 | 375 | 65 | 15 | 0 | 1 | 303 | 141 | 111 |
| Binary | 1111000 | 11011100 | 11111101 | 110101 | 1101 | 0 | 1 | 11000011 | 1100001 | 1001001 |
Color Harmonies of #78DCFD
Complementary color
Monochromatic Colors of #78DCFD
Black with #78DCFD
Text Example
Text Example
White with #78DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DCFD; }
p { color: rgb(120,220,253); }
H1.HeaderClassName
{
color: #78DCFD;
}
.AnyTagClassName
{
color: #78DCFD;
}
</style>
background-color css
<style>
a { background-color: #78DCFD; }
a { background-color: rgb(120,220,253); }
div.DivClassName
{
background-color: #78DCFD;
}
.BgClassName
{
background-color: #78DCFD;
}
</style>
border-color css
<style>
span { border-color: #78DCFD; }
span { border-color: rgb(120,220,253); }
td.TdClassName
{
border-color: #78DCFD;
}
.TagClassName
{
border-color: #78DCFD;
}
</style>