Shades of Sky Blue #77CFEE
Tints of Sky Blue #77CFEE
RGB
CMYK
RGB Variations
Color information
#77CFEE (or 0x77CFEE) is known color: Sky Blue. HEX triplet: 77, CF and EE. RGB value is (119,207,238). Sum of RGB (Red+Green+Blue) = 119+207+238=564 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.10% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #77CFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CFEE is #883011. Grayscale: #B8B8B8. Windows color (decimal): -8925202 or 15650679. OLE color: 15650679.
HSL color Cylindrical-coordinate representation of color #77CFEE: hue angle of 195.63º degrees, saturation: 0.78, 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 #77CFEE is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 207 | 238 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.07 |
| HSL | 195.63º | 0.78% | 0.7% | - |
| HSV(B) | 195.63º | 0.5% | 0.93% | - |
| XYZ | 45.35 | 54.72 | 89.06 | - |
| YUV | 184.22 | 158.35 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 238 | 0.50 | 0.13 | 0 | 0.07 | 195.63 | 0.78 | 0.7 |
| Hex | 77 | CF | EE | 32 | D | 0 | 7 | C4 | 4E | 46 |
| Octal | 167 | 317 | 356 | 62 | 15 | 0 | 7 | 304 | 116 | 106 |
| Binary | 1110111 | 11001111 | 11101110 | 110010 | 1101 | 0 | 111 | 11000100 | 1001110 | 1000110 |
Color Harmonies of #77CFEE
Complementary color
Monochromatic Colors of #77CFEE
Black with #77CFEE
Text Example
Text Example
White with #77CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CFEE; }
p { color: rgb(119,207,238); }
H1.HeaderClassName
{
color: #77CFEE;
}
.AnyTagClassName
{
color: #77CFEE;
}
</style>
background-color css
<style>
a { background-color: #77CFEE; }
a { background-color: rgb(119,207,238); }
div.DivClassName
{
background-color: #77CFEE;
}
.BgClassName
{
background-color: #77CFEE;
}
</style>
border-color css
<style>
span { border-color: #77CFEE; }
span { border-color: rgb(119,207,238); }
td.TdClassName
{
border-color: #77CFEE;
}
.TagClassName
{
border-color: #77CFEE;
}
</style>