Shades of Light Sky Blue #77D2FA
Tints of Light Sky Blue #77D2FA
RGB
CMYK
RGB Variations
Color information
#77D2FA (or 0x77D2FA) is known color: Light Sky Blue. HEX triplet: 77, D2 and FA. RGB value is (119,210,250). Sum of RGB (Red+Green+Blue) = 119+210+250=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #77D2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D2FA is #882D05. Grayscale: #BBBBBB. Windows color (decimal): -8924422 or 16437879. OLE color: 16437879.
HSL color Cylindrical-coordinate representation of color #77D2FA: hue angle of 198.32º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77D2FA is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 210 | 250 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.02 |
| HSL | 198.32º | 0.93% | 0.72% | - |
| HSV(B) | 198.32º | 0.52% | 0.98% | - |
| XYZ | 47.91 | 56.92 | 98.9 | - |
| YUV | 187.35 | 163.35 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 210 | 250 | 0.52 | 0.16 | 0 | 0.02 | 198.32 | 0.93 | 0.72 |
| Hex | 77 | D2 | FA | 34 | 10 | 0 | 2 | C6 | 5D | 48 |
| Octal | 167 | 322 | 372 | 64 | 20 | 0 | 2 | 306 | 135 | 110 |
| Binary | 1110111 | 11010010 | 11111010 | 110100 | 10000 | 0 | 10 | 11000110 | 1011101 | 1001000 |
Color Harmonies of #77D2FA
Complementary color
Monochromatic Colors of #77D2FA
Black with #77D2FA
Text Example
Text Example
White with #77D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D2FA; }
p { color: rgb(119,210,250); }
H1.HeaderClassName
{
color: #77D2FA;
}
.AnyTagClassName
{
color: #77D2FA;
}
</style>
background-color css
<style>
a { background-color: #77D2FA; }
a { background-color: rgb(119,210,250); }
div.DivClassName
{
background-color: #77D2FA;
}
.BgClassName
{
background-color: #77D2FA;
}
</style>
border-color css
<style>
span { border-color: #77D2FA; }
span { border-color: rgb(119,210,250); }
td.TdClassName
{
border-color: #77D2FA;
}
.TagClassName
{
border-color: #77D2FA;
}
</style>