Shades of Light Sky Blue #78DFFF
Tints of Light Sky Blue #78DFFF
RGB
CMYK
RGB Variations
Color information
#78DFFF (or 0x78DFFF) is known color: Light Sky Blue. HEX triplet: 78, DF and FF. RGB value is (120,223,255). Sum of RGB (Red+Green+Blue) = 120+223+255=598 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20.07% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #78DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DFFF is #872000. Grayscale: #C3C3C3. Windows color (decimal): -8855553 or 16768888. OLE color: 16768888.
HSL color Cylindrical-coordinate representation of color #78DFFF: hue angle of 194.22º 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 #78DFFF is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 223 | 255 | - |
| CMYK | 0.53 | 0.13 | 0 | 0 |
| HSL | 194.22º | 1% | 0.74% | - |
| HSV(B) | 194.22º | 0.53% | 1% | - |
| XYZ | 52.18 | 63.99 | 104.21 | - |
| YUV | 195.85 | 161.38 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 255 | 0.53 | 0.13 | 0 | 0 | 194.22 | 1 | 0.74 |
| Hex | 78 | DF | FF | 35 | D | 0 | 0 | C2 | 64 | 4A |
| Octal | 170 | 337 | 377 | 65 | 15 | 0 | 0 | 302 | 144 | 112 |
| Binary | 1111000 | 11011111 | 11111111 | 110101 | 1101 | 0 | 0 | 11000010 | 1100100 | 1001010 |
Color Harmonies of #78DFFF
Complementary color
Monochromatic Colors of #78DFFF
Black with #78DFFF
Text Example
Text Example
White with #78DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DFFF; }
p { color: rgb(120,223,255); }
H1.HeaderClassName
{
color: #78DFFF;
}
.AnyTagClassName
{
color: #78DFFF;
}
</style>
background-color css
<style>
a { background-color: #78DFFF; }
a { background-color: rgb(120,223,255); }
div.DivClassName
{
background-color: #78DFFF;
}
.BgClassName
{
background-color: #78DFFF;
}
</style>
border-color css
<style>
span { border-color: #78DFFF; }
span { border-color: rgb(120,223,255); }
td.TdClassName
{
border-color: #78DFFF;
}
.TagClassName
{
border-color: #78DFFF;
}
</style>