Shades of Light Sky Blue #77D4FB
Tints of Light Sky Blue #77D4FB
RGB
CMYK
RGB Variations
Color information
#77D4FB (or 0x77D4FB) is known color: Light Sky Blue. HEX triplet: 77, D4 and FB. RGB value is (119,212,251). Sum of RGB (Red+Green+Blue) = 119+212+251=582 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.45% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #77D4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D4FB is #882B04. Grayscale: #BCBCBC. Windows color (decimal): -8923909 or 16503927. OLE color: 16503927.
HSL color Cylindrical-coordinate representation of color #77D4FB: hue angle of 197.73º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77D4FB is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 212 | 251 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.02 |
| HSL | 197.73º | 0.94% | 0.73% | - |
| HSV(B) | 197.73º | 0.53% | 0.98% | - |
| XYZ | 48.56 | 57.97 | 99.9 | - |
| YUV | 188.64 | 163.19 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 212 | 251 | 0.53 | 0.16 | 0 | 0.02 | 197.73 | 0.94 | 0.73 |
| Hex | 77 | D4 | FB | 35 | 10 | 0 | 2 | C6 | 5E | 49 |
| Octal | 167 | 324 | 373 | 65 | 20 | 0 | 2 | 306 | 136 | 111 |
| Binary | 1110111 | 11010100 | 11111011 | 110101 | 10000 | 0 | 10 | 11000110 | 1011110 | 1001001 |
Color Harmonies of #77D4FB
Complementary color
Monochromatic Colors of #77D4FB
Black with #77D4FB
Text Example
Text Example
White with #77D4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D4FB; }
p { color: rgb(119,212,251); }
H1.HeaderClassName
{
color: #77D4FB;
}
.AnyTagClassName
{
color: #77D4FB;
}
</style>
background-color css
<style>
a { background-color: #77D4FB; }
a { background-color: rgb(119,212,251); }
div.DivClassName
{
background-color: #77D4FB;
}
.BgClassName
{
background-color: #77D4FB;
}
</style>
border-color css
<style>
span { border-color: #77D4FB; }
span { border-color: rgb(119,212,251); }
td.TdClassName
{
border-color: #77D4FB;
}
.TagClassName
{
border-color: #77D4FB;
}
</style>