Shades of Light Sky Blue #77DBFC
Tints of Light Sky Blue #77DBFC
RGB
CMYK
RGB Variations
Color information
#77DBFC (or 0x77DBFC) is known color: Light Sky Blue. HEX triplet: 77, DB and FC. RGB value is (119,219,252). Sum of RGB (Red+Green+Blue) = 119+219+252=590 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.17% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #77DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DBFC is #882403. Grayscale: #C0C0C0. Windows color (decimal): -8922116 or 16571255. OLE color: 16571255.
HSL color Cylindrical-coordinate representation of color #77DBFC: hue angle of 194.89º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77DBFC is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 219 | 252 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.01 |
| HSL | 194.89º | 0.96% | 0.73% | - |
| HSV(B) | 194.89º | 0.53% | 0.99% | - |
| XYZ | 50.51 | 61.61 | 101.33 | - |
| YUV | 192.86 | 161.37 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 252 | 0.53 | 0.13 | 0 | 0.01 | 194.89 | 0.96 | 0.73 |
| Hex | 77 | DB | FC | 35 | D | 0 | 1 | C3 | 60 | 49 |
| Octal | 167 | 333 | 374 | 65 | 15 | 0 | 1 | 303 | 140 | 111 |
| Binary | 1110111 | 11011011 | 11111100 | 110101 | 1101 | 0 | 1 | 11000011 | 1100000 | 1001001 |
Color Harmonies of #77DBFC
Complementary color
Monochromatic Colors of #77DBFC
Black with #77DBFC
Text Example
Text Example
White with #77DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBFC; }
p { color: rgb(119,219,252); }
H1.HeaderClassName
{
color: #77DBFC;
}
.AnyTagClassName
{
color: #77DBFC;
}
</style>
background-color css
<style>
a { background-color: #77DBFC; }
a { background-color: rgb(119,219,252); }
div.DivClassName
{
background-color: #77DBFC;
}
.BgClassName
{
background-color: #77DBFC;
}
</style>
border-color css
<style>
span { border-color: #77DBFC; }
span { border-color: rgb(119,219,252); }
td.TdClassName
{
border-color: #77DBFC;
}
.TagClassName
{
border-color: #77DBFC;
}
</style>