Shades of Electric Blue #77EEF3
Tints of Electric Blue #77EEF3
RGB
CMYK
RGB Variations
Color information
#77EEF3 (or 0x77EEF3) is known color: Electric Blue. HEX triplet: 77, EE and F3. RGB value is (119,238,243). Sum of RGB (Red+Green+Blue) = 119+238+243=600 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.83% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 243 (95.31% from 255 or 40.5% from 600); Max value from RGB is 243 - color contains mainly: blue. Hex color #77EEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EEF3 is #88110C. Grayscale: #CACACA. Windows color (decimal): -8917261 or 15986295. OLE color: 15986295.
HSL color Cylindrical-coordinate representation of color #77EEF3: hue angle of 182.42º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77EEF3 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 238 | 243 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.05 |
| HSL | 182.42º | 0.84% | 0.71% | - |
| HSV(B) | 182.42º | 0.51% | 0.95% | - |
| XYZ | 54.36 | 71.54 | 95.74 | - |
| YUV | 202.99 | 150.58 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 243 | 0.51 | 0.02 | 0 | 0.05 | 182.42 | 0.84 | 0.71 |
| Hex | 77 | EE | F3 | 33 | 2 | 0 | 5 | B6 | 54 | 47 |
| Octal | 167 | 356 | 363 | 63 | 2 | 0 | 5 | 266 | 124 | 107 |
| Binary | 1110111 | 11101110 | 11110011 | 110011 | 10 | 0 | 101 | 10110110 | 1010100 | 1000111 |
Color Harmonies of #77EEF3
Complementary color
Monochromatic Colors of #77EEF3
Black with #77EEF3
Text Example
Text Example
White with #77EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EEF3; }
p { color: rgb(119,238,243); }
H1.HeaderClassName
{
color: #77EEF3;
}
.AnyTagClassName
{
color: #77EEF3;
}
</style>
background-color css
<style>
a { background-color: #77EEF3; }
a { background-color: rgb(119,238,243); }
div.DivClassName
{
background-color: #77EEF3;
}
.BgClassName
{
background-color: #77EEF3;
}
</style>
border-color css
<style>
span { border-color: #77EEF3; }
span { border-color: rgb(119,238,243); }
td.TdClassName
{
border-color: #77EEF3;
}
.TagClassName
{
border-color: #77EEF3;
}
</style>