Shades of Sky Blue #77CEED
Tints of Sky Blue #77CEED
RGB
CMYK
RGB Variations
Color information
#77CEED (or 0x77CEED) is known color: Sky Blue. HEX triplet: 77, CE and ED. RGB value is (119,206,237). Sum of RGB (Red+Green+Blue) = 119+206+237=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #77CEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CEED is #883112. Grayscale: #B7B7B7. Windows color (decimal): -8925459 or 15584887. OLE color: 15584887.
HSL color Cylindrical-coordinate representation of color #77CEED: hue angle of 195.76º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77CEED is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 206 | 237 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.07 |
| HSL | 195.76º | 0.77% | 0.7% | - |
| HSV(B) | 195.76º | 0.5% | 0.93% | - |
| XYZ | 44.97 | 54.18 | 88.21 | - |
| YUV | 183.52 | 158.18 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 237 | 0.50 | 0.13 | 0 | 0.07 | 195.76 | 0.77 | 0.7 |
| Hex | 77 | CE | ED | 32 | D | 0 | 7 | C4 | 4D | 46 |
| Octal | 167 | 316 | 355 | 62 | 15 | 0 | 7 | 304 | 115 | 106 |
| Binary | 1110111 | 11001110 | 11101101 | 110010 | 1101 | 0 | 111 | 11000100 | 1001101 | 1000110 |
Color Harmonies of #77CEED
Complementary color
Monochromatic Colors of #77CEED
Black with #77CEED
Text Example
Text Example
White with #77CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CEED; }
p { color: rgb(119,206,237); }
H1.HeaderClassName
{
color: #77CEED;
}
.AnyTagClassName
{
color: #77CEED;
}
</style>
background-color css
<style>
a { background-color: #77CEED; }
a { background-color: rgb(119,206,237); }
div.DivClassName
{
background-color: #77CEED;
}
.BgClassName
{
background-color: #77CEED;
}
</style>
border-color css
<style>
span { border-color: #77CEED; }
span { border-color: rgb(119,206,237); }
td.TdClassName
{
border-color: #77CEED;
}
.TagClassName
{
border-color: #77CEED;
}
</style>