Shades of Sky Blue #77CFEF
Tints of Sky Blue #77CFEF
RGB
CMYK
RGB Variations
Color information
#77CFEF (or 0x77CFEF) is known color: Sky Blue. HEX triplet: 77, CF and EF. RGB value is (119,207,239). Sum of RGB (Red+Green+Blue) = 119+207+239=565 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.06% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #77CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CFEF is #883010. Grayscale: #B8B8B8. Windows color (decimal): -8925201 or 15716215. OLE color: 15716215.
HSL color Cylindrical-coordinate representation of color #77CFEF: hue angle of 196º 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 #77CFEF is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 207 | 239 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.06 |
| HSL | 196º | 0.79% | 0.7% | - |
| HSV(B) | 196º | 0.5% | 0.94% | - |
| XYZ | 45.5 | 54.78 | 89.84 | - |
| YUV | 184.34 | 158.85 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 239 | 0.50 | 0.13 | 0 | 0.06 | 196 | 0.79 | 0.7 |
| Hex | 77 | CF | EF | 32 | D | 0 | 6 | C4 | 4F | 46 |
| Octal | 167 | 317 | 357 | 62 | 15 | 0 | 6 | 304 | 117 | 106 |
| Binary | 1110111 | 11001111 | 11101111 | 110010 | 1101 | 0 | 110 | 11000100 | 1001111 | 1000110 |
Color Harmonies of #77CFEF
Complementary color
Monochromatic Colors of #77CFEF
Black with #77CFEF
Text Example
Text Example
White with #77CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CFEF; }
p { color: rgb(119,207,239); }
H1.HeaderClassName
{
color: #77CFEF;
}
.AnyTagClassName
{
color: #77CFEF;
}
</style>
background-color css
<style>
a { background-color: #77CFEF; }
a { background-color: rgb(119,207,239); }
div.DivClassName
{
background-color: #77CFEF;
}
.BgClassName
{
background-color: #77CFEF;
}
</style>
border-color css
<style>
span { border-color: #77CFEF; }
span { border-color: rgb(119,207,239); }
td.TdClassName
{
border-color: #77CFEF;
}
.TagClassName
{
border-color: #77CFEF;
}
</style>