Shades of Light Sky Blue #77DCFF
Tints of Light Sky Blue #77DCFF
RGB
CMYK
RGB Variations
Color information
#77DCFF (or 0x77DCFF) is known color: Light Sky Blue. HEX triplet: 77, DC and FF. RGB value is (119,220,255). Sum of RGB (Red+Green+Blue) = 119+220+255=594 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.03% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #77DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DCFF is #882300. Grayscale: #C1C1C1. Windows color (decimal): -8921857 or 16768119. OLE color: 16768119.
HSL color Cylindrical-coordinate representation of color #77DCFF: hue angle of 195.44º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77DCFF is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 220 | 255 | - |
| CMYK | 0.53 | 0.14 | 0 | 0 |
| HSL | 195.44º | 1% | 0.73% | - |
| HSV(B) | 195.44º | 0.53% | 1% | - |
| XYZ | 51.25 | 62.33 | 103.94 | - |
| YUV | 193.79 | 162.54 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 255 | 0.53 | 0.14 | 0 | 0 | 195.44 | 1 | 0.73 |
| Hex | 77 | DC | FF | 35 | E | 0 | 0 | C3 | 64 | 49 |
| Octal | 167 | 334 | 377 | 65 | 16 | 0 | 0 | 303 | 144 | 111 |
| Binary | 1110111 | 11011100 | 11111111 | 110101 | 1110 | 0 | 0 | 11000011 | 1100100 | 1001001 |
Color Harmonies of #77DCFF
Complementary color
Monochromatic Colors of #77DCFF
Black with #77DCFF
Text Example
Text Example
White with #77DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCFF; }
p { color: rgb(119,220,255); }
H1.HeaderClassName
{
color: #77DCFF;
}
.AnyTagClassName
{
color: #77DCFF;
}
</style>
background-color css
<style>
a { background-color: #77DCFF; }
a { background-color: rgb(119,220,255); }
div.DivClassName
{
background-color: #77DCFF;
}
.BgClassName
{
background-color: #77DCFF;
}
</style>
border-color css
<style>
span { border-color: #77DCFF; }
span { border-color: rgb(119,220,255); }
td.TdClassName
{
border-color: #77DCFF;
}
.TagClassName
{
border-color: #77DCFF;
}
</style>