Shades of Electric Blue #77F5FF
Tints of Electric Blue #77F5FF
RGB
CMYK
RGB Variations
Color information
#77F5FF (or 0x77F5FF) is known color: Electric Blue. HEX triplet: 77, F5 and FF. RGB value is (119,245,255). Sum of RGB (Red+Green+Blue) = 119+245+255=619 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.22% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #77F5FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F5FF is #880A00. Grayscale: #D0D0D0. Windows color (decimal): -8915457 or 16774519. OLE color: 16774519.
HSL color Cylindrical-coordinate representation of color #77F5FF: hue angle of 184.41º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77F5FF is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 245 | 255 | - |
| CMYK | 0.53 | 0.04 | 0 | 0 |
| HSL | 184.41º | 1% | 0.73% | - |
| HSV(B) | 184.41º | 0.53% | 1% | - |
| XYZ | 58.31 | 76.45 | 106.29 | - |
| YUV | 208.47 | 154.26 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 245 | 255 | 0.53 | 0.04 | 0 | 0 | 184.41 | 1 | 0.73 |
| Hex | 77 | F5 | FF | 35 | 4 | 0 | 0 | B8 | 64 | 49 |
| Octal | 167 | 365 | 377 | 65 | 4 | 0 | 0 | 270 | 144 | 111 |
| Binary | 1110111 | 11110101 | 11111111 | 110101 | 100 | 0 | 0 | 10111000 | 1100100 | 1001001 |
Color Harmonies of #77F5FF
Complementary color
Monochromatic Colors of #77F5FF
Black with #77F5FF
Text Example
Text Example
White with #77F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F5FF; }
p { color: rgb(119,245,255); }
H1.HeaderClassName
{
color: #77F5FF;
}
.AnyTagClassName
{
color: #77F5FF;
}
</style>
background-color css
<style>
a { background-color: #77F5FF; }
a { background-color: rgb(119,245,255); }
div.DivClassName
{
background-color: #77F5FF;
}
.BgClassName
{
background-color: #77F5FF;
}
</style>
border-color css
<style>
span { border-color: #77F5FF; }
span { border-color: rgb(119,245,255); }
td.TdClassName
{
border-color: #77F5FF;
}
.TagClassName
{
border-color: #77F5FF;
}
</style>