#7FF6EE

Color #7FF6EE Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7FF6EE

Tints of Electric Blue #7FF6EE

Color information

#7FF6EE (or 0x7FF6EE) is unknown color: approx Electric Blue. HEX triplet: 7F, F6 and EE. RGB value is (127,246,238). Sum of RGB (Red+Green+Blue) = 127+246+238=611 (80% of max value = 765). Red value is 127 (50% from 255 or 20.79% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 246 - color contains mainly: green. Hex color #7FF6EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF6EE is #800911. Grayscale: #D1D1D1. Windows color (decimal): -8390930 or 15660671. OLE color: 15660671.

HSL color Cylindrical-coordinate representation of color #7FF6EE: hue angle of 175.97º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF6EE is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB127246238-
CMYK0.4800.030.04
HSL175.97º86.86%73.14%-
HSV(B)175.97º48.37%96.47%-
XYZ57.1476.692.66-
YUV209.51144.0869.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 20.79%
GREEN value IS 246 (96.48% from 255) = 40.26%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=20.79%
G=40.26%
B=38.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272462380.4800.030.04175.9786.8673.14
Hex7FF6EE30034b05749
Octal17736635660034260127111
Binary111111111110110111011101100000111001011000010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FF6EE; }

 p { color: rgb(127,246,238); }

 H1.HeaderClassName
 {
   color: #7FF6EE;
 }
 .AnyTagClassName
 {
   color: #7FF6EE;
 }
</style>
background-color css

<style>
 a { background-color: #7FF6EE; }

 a { background-color: rgb(127,246,238); }

 div.DivClassName
 {
   background-color: #7FF6EE;
 }
 .BgClassName
 {
   background-color: #7FF6EE;
 }
</style>
border-color css

<style>
 span { border-color: #7FF6EE; }

 span { border-color: rgb(127,246,238); }

 td.TdClassName
 {
   border-color: #7FF6EE;
 }
 .TagClassName
 {
   border-color: #7FF6EE;
 }
</style>