#7EFAFE

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

Shades of Electric Blue #7EFAFE

Tints of Electric Blue #7EFAFE

Color information

#7EFAFE (or 0x7EFAFE) is unknown color: approx Electric Blue. HEX triplet: 7E, FA and FE. RGB value is (126,250,254). Sum of RGB (Red+Green+Blue) = 126+250+254=630 (83% of max value = 765). Red value is 126 (49.61% from 255 or 20% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EFAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFAFE is #810501. Grayscale: #D5D5D5. Windows color (decimal): -8455426 or 16710270. OLE color: 16710270.

HSL color Cylindrical-coordinate representation of color #7EFAFE: hue angle of 181.88º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFAFE is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB126250254-
CMYK0.500.0200.00
HSL181.88º98.46%74.51%-
HSV(B)181.88º50.39%99.61%-
XYZ60.6879.96106-
YUV213.38150.9265.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20%
GREEN value IS 250 (98.05% from 255) = 39.68%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=20%
G=39.68%
B=40.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1262502540.500.0200.00181.8898.4674.51
Hex7EFAFE32200b6624b
Octal17637237662200266142113
Binary1111110111110101111111011001010001011011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,250,254); }

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

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

 a { background-color: rgb(126,250,254); }

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

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

 span { border-color: rgb(126,250,254); }

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