Shades of Light Sky Blue #78DCFF
Tints of Light Sky Blue #78DCFF
RGB
CMYK
RGB Variations
Color information
#78DCFF (or 0x78DCFF) is known color: Light Sky Blue. HEX triplet: 78, DC and FF. RGB value is (120,220,255). Sum of RGB (Red+Green+Blue) = 120+220+255=595 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.17% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #78DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DCFF is #872300. Grayscale: #C1C1C1. Windows color (decimal): -8856321 or 16768120. OLE color: 16768120.
HSL color Cylindrical-coordinate representation of color #78DCFF: hue angle of 195.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78DCFF is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 220 | 255 | - |
| CMYK | 0.53 | 0.14 | 0 | 0 |
| HSL | 195.56º | 1% | 0.74% | - |
| HSV(B) | 195.56º | 0.53% | 1% | - |
| XYZ | 51.39 | 62.4 | 103.94 | - |
| YUV | 194.09 | 162.37 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 255 | 0.53 | 0.14 | 0 | 0 | 195.56 | 1 | 0.74 |
| Hex | 78 | DC | FF | 35 | E | 0 | 0 | C4 | 64 | 4A |
| Octal | 170 | 334 | 377 | 65 | 16 | 0 | 0 | 304 | 144 | 112 |
| Binary | 1111000 | 11011100 | 11111111 | 110101 | 1110 | 0 | 0 | 11000100 | 1100100 | 1001010 |
Color Harmonies of #78DCFF
Complementary color
Monochromatic Colors of #78DCFF
Black with #78DCFF
Text Example
Text Example
White with #78DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DCFF; }
p { color: rgb(120,220,255); }
H1.HeaderClassName
{
color: #78DCFF;
}
.AnyTagClassName
{
color: #78DCFF;
}
</style>
background-color css
<style>
a { background-color: #78DCFF; }
a { background-color: rgb(120,220,255); }
div.DivClassName
{
background-color: #78DCFF;
}
.BgClassName
{
background-color: #78DCFF;
}
</style>
border-color css
<style>
span { border-color: #78DCFF; }
span { border-color: rgb(120,220,255); }
td.TdClassName
{
border-color: #78DCFF;
}
.TagClassName
{
border-color: #78DCFF;
}
</style>