#7EEFF9

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

Shades of Electric Blue #7EEFF9

Tints of Electric Blue #7EEFF9

Color information

#7EEFF9 (or 0x7EEFF9) is unknown color: approx Electric Blue. HEX triplet: 7E, EF and F9. RGB value is (126,239,249). Sum of RGB (Red+Green+Blue) = 126+239+249=614 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.52% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #7EEFF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEFF9 is #811006. Grayscale: #CECECE. Windows color (decimal): -8458247 or 16379774. OLE color: 16379774.

HSL color Cylindrical-coordinate representation of color #7EEFF9: hue angle of 184.88º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EEFF9 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126239249-
CMYK0.490.0400.02
HSL184.88º91.11%73.53%-
HSV(B)184.88º49.4%97.65%-
XYZ56.5773.01100.73-
YUV206.35152.0670.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.52%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 249 (97.66% from 255) = 40.55%
R=20.52%
G=38.93%
B=40.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262392490.490.0400.02184.8891.1173.53
Hex7EEFF931402b95b4a
Octal17635737161402271133112
Binary111111011101111111110011100011000101011100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,239,249); }

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

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

 a { background-color: rgb(126,239,249); }

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

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

 span { border-color: rgb(126,239,249); }

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