Shades of Light Sky Blue #77D9F8
Tints of Light Sky Blue #77D9F8
RGB
CMYK
RGB Variations
Color information
#77D9F8 (or 0x77D9F8) is known color: Light Sky Blue. HEX triplet: 77, D9 and F8. RGB value is (119,217,248). Sum of RGB (Red+Green+Blue) = 119+217+248=584 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.38% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 248 - color contains mainly: blue. Hex color #77D9F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D9F8 is #882607. Grayscale: #BFBFBF. Windows color (decimal): -8922632 or 16308599. OLE color: 16308599.
HSL color Cylindrical-coordinate representation of color #77D9F8: hue angle of 194.42º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77D9F8 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 217 | 248 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.03 |
| HSL | 194.42º | 0.9% | 0.72% | - |
| HSV(B) | 194.42º | 0.52% | 0.97% | - |
| XYZ | 49.36 | 60.32 | 97.85 | - |
| YUV | 191.23 | 160.03 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 217 | 248 | 0.52 | 0.12 | 0 | 0.03 | 194.42 | 0.9 | 0.72 |
| Hex | 77 | D9 | F8 | 34 | C | 0 | 3 | C2 | 5A | 48 |
| Octal | 167 | 331 | 370 | 64 | 14 | 0 | 3 | 302 | 132 | 110 |
| Binary | 1110111 | 11011001 | 11111000 | 110100 | 1100 | 0 | 11 | 11000010 | 1011010 | 1001000 |
Color Harmonies of #77D9F8
Complementary color
Monochromatic Colors of #77D9F8
Black with #77D9F8
Text Example
Text Example
White with #77D9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D9F8; }
p { color: rgb(119,217,248); }
H1.HeaderClassName
{
color: #77D9F8;
}
.AnyTagClassName
{
color: #77D9F8;
}
</style>
background-color css
<style>
a { background-color: #77D9F8; }
a { background-color: rgb(119,217,248); }
div.DivClassName
{
background-color: #77D9F8;
}
.BgClassName
{
background-color: #77D9F8;
}
</style>
border-color css
<style>
span { border-color: #77D9F8; }
span { border-color: rgb(119,217,248); }
td.TdClassName
{
border-color: #77D9F8;
}
.TagClassName
{
border-color: #77D9F8;
}
</style>