Shades of Sky Blue #77CFEB
Tints of Sky Blue #77CFEB
RGB
CMYK
RGB Variations
Color information
#77CFEB (or 0x77CFEB) is known color: Sky Blue. HEX triplet: 77, CF and EB. RGB value is (119,207,235). Sum of RGB (Red+Green+Blue) = 119+207+235=561 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.21% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #77CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CFEB is #883014. Grayscale: #B7B7B7. Windows color (decimal): -8925205 or 15454071. OLE color: 15454071.
HSL color Cylindrical-coordinate representation of color #77CFEB: hue angle of 194.48º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77CFEB is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 207 | 235 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.08 |
| HSL | 194.48º | 0.74% | 0.69% | - |
| HSV(B) | 194.48º | 0.49% | 0.92% | - |
| XYZ | 44.92 | 54.55 | 86.76 | - |
| YUV | 183.88 | 156.85 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 235 | 0.49 | 0.12 | 0 | 0.08 | 194.48 | 0.74 | 0.69 |
| Hex | 77 | CF | EB | 31 | C | 0 | 8 | C2 | 4A | 45 |
| Octal | 167 | 317 | 353 | 61 | 14 | 0 | 10 | 302 | 112 | 105 |
| Binary | 1110111 | 11001111 | 11101011 | 110001 | 1100 | 0 | 1000 | 11000010 | 1001010 | 1000101 |
Color Harmonies of #77CFEB
Complementary color
Monochromatic Colors of #77CFEB
Black with #77CFEB
Text Example
Text Example
White with #77CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CFEB; }
p { color: rgb(119,207,235); }
H1.HeaderClassName
{
color: #77CFEB;
}
.AnyTagClassName
{
color: #77CFEB;
}
</style>
background-color css
<style>
a { background-color: #77CFEB; }
a { background-color: rgb(119,207,235); }
div.DivClassName
{
background-color: #77CFEB;
}
.BgClassName
{
background-color: #77CFEB;
}
</style>
border-color css
<style>
span { border-color: #77CFEB; }
span { border-color: rgb(119,207,235); }
td.TdClassName
{
border-color: #77CFEB;
}
.TagClassName
{
border-color: #77CFEB;
}
</style>