Shades of Electric Blue #76F9FF
Tints of Electric Blue #76F9FF
RGB
CMYK
RGB Variations
Color information
#76F9FF (or 0x76F9FF) is known color: Electric Blue. HEX triplet: 76, F9 and FF. RGB value is (118,249,255). Sum of RGB (Red+Green+Blue) = 118+249+255=622 (82% of max value = 765). Red value is 118 (46.48% from 255 or 18.97% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #76F9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F9FF is #890600. Grayscale: #D2D2D2. Windows color (decimal): -8979969 or 16775542. OLE color: 16775542.
HSL color Cylindrical-coordinate representation of color #76F9FF: hue angle of 182.63º 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 #76F9FF is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 249 | 255 | - |
| CMYK | 0.54 | 0.02 | 0 | 0 |
| HSL | 182.63º | 1% | 0.73% | - |
| HSV(B) | 182.63º | 0.54% | 1% | - |
| XYZ | 59.4 | 78.82 | 106.69 | - |
| YUV | 210.52 | 153.1 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 249 | 255 | 0.54 | 0.02 | 0 | 0 | 182.63 | 1 | 0.73 |
| Hex | 76 | F9 | FF | 36 | 2 | 0 | 0 | B7 | 64 | 49 |
| Octal | 166 | 371 | 377 | 66 | 2 | 0 | 0 | 267 | 144 | 111 |
| Binary | 1110110 | 11111001 | 11111111 | 110110 | 10 | 0 | 0 | 10110111 | 1100100 | 1001001 |
Color Harmonies of #76F9FF
Complementary color
Monochromatic Colors of #76F9FF
Black with #76F9FF
Text Example
Text Example
White with #76F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F9FF; }
p { color: rgb(118,249,255); }
H1.HeaderClassName
{
color: #76F9FF;
}
.AnyTagClassName
{
color: #76F9FF;
}
</style>
background-color css
<style>
a { background-color: #76F9FF; }
a { background-color: rgb(118,249,255); }
div.DivClassName
{
background-color: #76F9FF;
}
.BgClassName
{
background-color: #76F9FF;
}
</style>
border-color css
<style>
span { border-color: #76F9FF; }
span { border-color: rgb(118,249,255); }
td.TdClassName
{
border-color: #76F9FF;
}
.TagClassName
{
border-color: #76F9FF;
}
</style>