Shades of Light Sky Blue #77DBFF
Tints of Light Sky Blue #77DBFF
RGB
CMYK
RGB Variations
Color information
#77DBFF (or 0x77DBFF) is known color: Light Sky Blue. HEX triplet: 77, DB and FF. RGB value is (119,219,255). Sum of RGB (Red+Green+Blue) = 119+219+255=593 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.07% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #77DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DBFF is #882400. Grayscale: #C0C0C0. Windows color (decimal): -8922113 or 16767863. OLE color: 16767863.
HSL color Cylindrical-coordinate representation of color #77DBFF: hue angle of 195.88º 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 #77DBFF is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 219 | 255 | - |
| CMYK | 0.53 | 0.14 | 0 | 0 |
| HSL | 195.88º | 1% | 0.73% | - |
| HSV(B) | 195.88º | 0.53% | 1% | - |
| XYZ | 50.99 | 61.8 | 103.85 | - |
| YUV | 193.2 | 162.87 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 255 | 0.53 | 0.14 | 0 | 0 | 195.88 | 1 | 0.73 |
| Hex | 77 | DB | FF | 35 | E | 0 | 0 | C4 | 64 | 49 |
| Octal | 167 | 333 | 377 | 65 | 16 | 0 | 0 | 304 | 144 | 111 |
| Binary | 1110111 | 11011011 | 11111111 | 110101 | 1110 | 0 | 0 | 11000100 | 1100100 | 1001001 |
Color Harmonies of #77DBFF
Complementary color
Monochromatic Colors of #77DBFF
Black with #77DBFF
Text Example
Text Example
White with #77DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBFF; }
p { color: rgb(119,219,255); }
H1.HeaderClassName
{
color: #77DBFF;
}
.AnyTagClassName
{
color: #77DBFF;
}
</style>
background-color css
<style>
a { background-color: #77DBFF; }
a { background-color: rgb(119,219,255); }
div.DivClassName
{
background-color: #77DBFF;
}
.BgClassName
{
background-color: #77DBFF;
}
</style>
border-color css
<style>
span { border-color: #77DBFF; }
span { border-color: rgb(119,219,255); }
td.TdClassName
{
border-color: #77DBFF;
}
.TagClassName
{
border-color: #77DBFF;
}
</style>