Shades of Light Sky Blue #78DDFF
Tints of Light Sky Blue #78DDFF
RGB
CMYK
RGB Variations
Color information
#78DDFF (or 0x78DDFF) is known color: Light Sky Blue. HEX triplet: 78, DD and FF. RGB value is (120,221,255). Sum of RGB (Red+Green+Blue) = 120+221+255=596 (78% of max value = 765). Red value is 120 (47.27% from 255 or 20.13% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #78DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78DDFF is #872200. Grayscale: #C2C2C2. Windows color (decimal): -8856065 or 16768376. OLE color: 16768376.
HSL color Cylindrical-coordinate representation of color #78DDFF: hue angle of 195.11º 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 #78DDFF is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 221 | 255 | - |
| CMYK | 0.53 | 0.13 | 0 | 0 |
| HSL | 195.11º | 1% | 0.74% | - |
| HSV(B) | 195.11º | 0.53% | 1% | - |
| XYZ | 51.65 | 62.93 | 104.03 | - |
| YUV | 194.68 | 162.04 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 255 | 0.53 | 0.13 | 0 | 0 | 195.11 | 1 | 0.74 |
| Hex | 78 | DD | FF | 35 | D | 0 | 0 | C3 | 64 | 4A |
| Octal | 170 | 335 | 377 | 65 | 15 | 0 | 0 | 303 | 144 | 112 |
| Binary | 1111000 | 11011101 | 11111111 | 110101 | 1101 | 0 | 0 | 11000011 | 1100100 | 1001010 |
Color Harmonies of #78DDFF
Complementary color
Monochromatic Colors of #78DDFF
Black with #78DDFF
Text Example
Text Example
White with #78DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DDFF; }
p { color: rgb(120,221,255); }
H1.HeaderClassName
{
color: #78DDFF;
}
.AnyTagClassName
{
color: #78DDFF;
}
</style>
background-color css
<style>
a { background-color: #78DDFF; }
a { background-color: rgb(120,221,255); }
div.DivClassName
{
background-color: #78DDFF;
}
.BgClassName
{
background-color: #78DDFF;
}
</style>
border-color css
<style>
span { border-color: #78DDFF; }
span { border-color: rgb(120,221,255); }
td.TdClassName
{
border-color: #78DDFF;
}
.TagClassName
{
border-color: #78DDFF;
}
</style>