Shades of Light Sky Blue #78DEFF
Tints of Light Sky Blue #78DEFF
RGB
CMYK
RGB Variations
Color information
#78DEFF (or 0x78DEFF) is known color: Light Sky Blue. HEX triplet: 78, DE and FF. RGB value is (120,222,255). Sum of RGB (Red+Green+Blue) = 120+222+255=597 (79% of max value = 765). Red value is 120 (47.27% from 255 or 20.10% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #78DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DEFF is #872100. Grayscale: #C3C3C3. Windows color (decimal): -8855809 or 16768632. OLE color: 16768632.
HSL color Cylindrical-coordinate representation of color #78DEFF: hue angle of 194.67º 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 #78DEFF is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 222 | 255 | - |
| CMYK | 0.53 | 0.13 | 0 | 0 |
| HSL | 194.67º | 1% | 0.74% | - |
| HSV(B) | 194.67º | 0.53% | 1% | - |
| XYZ | 51.92 | 63.46 | 104.12 | - |
| YUV | 195.26 | 161.71 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 222 | 255 | 0.53 | 0.13 | 0 | 0 | 194.67 | 1 | 0.74 |
| Hex | 78 | DE | FF | 35 | D | 0 | 0 | C3 | 64 | 4A |
| Octal | 170 | 336 | 377 | 65 | 15 | 0 | 0 | 303 | 144 | 112 |
| Binary | 1111000 | 11011110 | 11111111 | 110101 | 1101 | 0 | 0 | 11000011 | 1100100 | 1001010 |
Color Harmonies of #78DEFF
Complementary color
Monochromatic Colors of #78DEFF
Black with #78DEFF
Text Example
Text Example
White with #78DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DEFF; }
p { color: rgb(120,222,255); }
H1.HeaderClassName
{
color: #78DEFF;
}
.AnyTagClassName
{
color: #78DEFF;
}
</style>
background-color css
<style>
a { background-color: #78DEFF; }
a { background-color: rgb(120,222,255); }
div.DivClassName
{
background-color: #78DEFF;
}
.BgClassName
{
background-color: #78DEFF;
}
</style>
border-color css
<style>
span { border-color: #78DEFF; }
span { border-color: rgb(120,222,255); }
td.TdClassName
{
border-color: #78DEFF;
}
.TagClassName
{
border-color: #78DEFF;
}
</style>