Shades of Electric Blue #77FAFC
Tints of Electric Blue #77FAFC
RGB
CMYK
RGB Variations
Color information
#77FAFC (or 0x77FAFC) is known color: Electric Blue. HEX triplet: 77, FA and FC. RGB value is (119,250,252). Sum of RGB (Red+Green+Blue) = 119+250+252=621 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.16% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #77FAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FAFC is #880503. Grayscale: #D2D2D2. Windows color (decimal): -8914180 or 16579191. OLE color: 16579191.
HSL color Cylindrical-coordinate representation of color #77FAFC: hue angle of 180.9º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FAFC is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 250 | 252 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.01 |
| HSL | 180.9º | 0.96% | 0.73% | - |
| HSV(B) | 180.9º | 0.53% | 0.99% | - |
| XYZ | 59.36 | 79.32 | 104.28 | - |
| YUV | 211.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 250 | 252 | 0.53 | 0.01 | 0 | 0.01 | 180.9 | 0.96 | 0.73 |
| Hex | 77 | FA | FC | 35 | 1 | 0 | 1 | B5 | 60 | 49 |
| Octal | 167 | 372 | 374 | 65 | 1 | 0 | 1 | 265 | 140 | 111 |
| Binary | 1110111 | 11111010 | 11111100 | 110101 | 1 | 0 | 1 | 10110101 | 1100000 | 1001001 |
Color Harmonies of #77FAFC
Complementary color
Monochromatic Colors of #77FAFC
Black with #77FAFC
Text Example
Text Example
White with #77FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FAFC; }
p { color: rgb(119,250,252); }
H1.HeaderClassName
{
color: #77FAFC;
}
.AnyTagClassName
{
color: #77FAFC;
}
</style>
background-color css
<style>
a { background-color: #77FAFC; }
a { background-color: rgb(119,250,252); }
div.DivClassName
{
background-color: #77FAFC;
}
.BgClassName
{
background-color: #77FAFC;
}
</style>
border-color css
<style>
span { border-color: #77FAFC; }
span { border-color: rgb(119,250,252); }
td.TdClassName
{
border-color: #77FAFC;
}
.TagClassName
{
border-color: #77FAFC;
}
</style>