Shades of Electric Blue #76FAFF
Tints of Electric Blue #76FAFF
RGB
CMYK
RGB Variations
Color information
#76FAFF (or 0x76FAFF) is known color: Electric Blue. HEX triplet: 76, FA and FF. RGB value is (118,250,255). Sum of RGB (Red+Green+Blue) = 118+250+255=623 (82% of max value = 765). Red value is 118 (46.48% from 255 or 18.94% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #76FAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FAFF is #890500. Grayscale: #D2D2D2. Windows color (decimal): -8979713 or 16775798. OLE color: 16775798.
HSL color Cylindrical-coordinate representation of color #76FAFF: hue angle of 182.19º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FAFF is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 250 | 255 | - |
| CMYK | 0.54 | 0.02 | 0 | 0 |
| HSL | 182.19º | 1% | 0.73% | - |
| HSV(B) | 182.19º | 0.54% | 1% | - |
| XYZ | 59.71 | 79.44 | 106.79 | - |
| YUV | 211.1 | 152.77 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 255 | 0.54 | 0.02 | 0 | 0 | 182.19 | 1 | 0.73 |
| Hex | 76 | FA | FF | 36 | 2 | 0 | 0 | B6 | 64 | 49 |
| Octal | 166 | 372 | 377 | 66 | 2 | 0 | 0 | 266 | 144 | 111 |
| Binary | 1110110 | 11111010 | 11111111 | 110110 | 10 | 0 | 0 | 10110110 | 1100100 | 1001001 |
Color Harmonies of #76FAFF
Complementary color
Monochromatic Colors of #76FAFF
Black with #76FAFF
Text Example
Text Example
White with #76FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FAFF; }
p { color: rgb(118,250,255); }
H1.HeaderClassName
{
color: #76FAFF;
}
.AnyTagClassName
{
color: #76FAFF;
}
</style>
background-color css
<style>
a { background-color: #76FAFF; }
a { background-color: rgb(118,250,255); }
div.DivClassName
{
background-color: #76FAFF;
}
.BgClassName
{
background-color: #76FAFF;
}
</style>
border-color css
<style>
span { border-color: #76FAFF; }
span { border-color: rgb(118,250,255); }
td.TdClassName
{
border-color: #76FAFF;
}
.TagClassName
{
border-color: #76FAFF;
}
</style>