Shades of Sky Blue #77D2EF
Tints of Sky Blue #77D2EF
RGB
CMYK
RGB Variations
Color information
#77D2EF (or 0x77D2EF) is known color: Sky Blue. HEX triplet: 77, D2 and EF. RGB value is (119,210,239). Sum of RGB (Red+Green+Blue) = 119+210+239=568 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.95% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #77D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D2EF is #882D10. Grayscale: #B9B9B9. Windows color (decimal): -8924433 or 15716983. OLE color: 15716983.
HSL color Cylindrical-coordinate representation of color #77D2EF: hue angle of 194.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77D2EF is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 210 | 239 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.06 |
| HSL | 194.5º | 0.79% | 0.7% | - |
| HSV(B) | 194.5º | 0.5% | 0.94% | - |
| XYZ | 46.23 | 56.25 | 90.08 | - |
| YUV | 186.1 | 157.85 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 210 | 239 | 0.50 | 0.12 | 0 | 0.06 | 194.5 | 0.79 | 0.7 |
| Hex | 77 | D2 | EF | 32 | C | 0 | 6 | C2 | 4F | 46 |
| Octal | 167 | 322 | 357 | 62 | 14 | 0 | 6 | 302 | 117 | 106 |
| Binary | 1110111 | 11010010 | 11101111 | 110010 | 1100 | 0 | 110 | 11000010 | 1001111 | 1000110 |
Color Harmonies of #77D2EF
Complementary color
Monochromatic Colors of #77D2EF
Black with #77D2EF
Text Example
Text Example
White with #77D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D2EF; }
p { color: rgb(119,210,239); }
H1.HeaderClassName
{
color: #77D2EF;
}
.AnyTagClassName
{
color: #77D2EF;
}
</style>
background-color css
<style>
a { background-color: #77D2EF; }
a { background-color: rgb(119,210,239); }
div.DivClassName
{
background-color: #77D2EF;
}
.BgClassName
{
background-color: #77D2EF;
}
</style>
border-color css
<style>
span { border-color: #77D2EF; }
span { border-color: rgb(119,210,239); }
td.TdClassName
{
border-color: #77D2EF;
}
.TagClassName
{
border-color: #77D2EF;
}
</style>