#7FEBEE

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

Shades of Electric Blue #7FEBEE

Tints of Electric Blue #7FEBEE

Color information

#7FEBEE (or 0x7FEBEE) is unknown color: approx Electric Blue. HEX triplet: 7F, EB and EE. RGB value is (127,235,238). Sum of RGB (Red+Green+Blue) = 127+235+238=600 (79% of max value = 765). Red value is 127 (50% from 255 or 21.17% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #7FEBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEBEE is #801411. Grayscale: #CACACA. Windows color (decimal): -8393746 or 15657855. OLE color: 15657855.

HSL color Cylindrical-coordinate representation of color #7FEBEE: hue angle of 181.62º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEBEE is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127235238-
CMYK0.470.0100.07
HSL181.62º76.55%71.57%-
HSV(B)181.62º46.64%93.33%-
XYZ53.8970.191.58-
YUV203.05147.7273.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.17%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=21.17%
G=39.17%
B=39.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272352380.470.0100.07181.6276.5571.57
Hex7FEBEE2F107b64d48
Octal17735335657107266115110
Binary11111111110101111101110101111101111011011010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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