#7FEDEE

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

Shades of Electric Blue #7FEDEE

Tints of Electric Blue #7FEDEE

Color information

#7FEDEE (or 0x7FEDEE) is unknown color: approx Electric Blue. HEX triplet: 7F, ED and EE. RGB value is (127,237,238). Sum of RGB (Red+Green+Blue) = 127+237+238=602 (79% of max value = 765). Red value is 127 (50% from 255 or 21.10% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #7FEDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEDEE is #801211. Grayscale: #CCCCCC. Windows color (decimal): -8393234 or 15658367. OLE color: 15658367.

HSL color Cylindrical-coordinate representation of color #7FEDEE: hue angle of 180.54º 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 #7FEDEE is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127237238-
CMYK0.470.0000.07
HSL180.54º76.55%71.57%-
HSV(B)180.54º46.64%93.33%-
XYZ54.4771.2591.77-
YUV204.22147.0672.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.10%
GREEN value IS 237 (92.97% from 255) = 39.37%
BLUE value IS 238 (93.36% from 255) = 39.53%
R=21.10%
G=39.37%
B=39.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272372380.470.0000.07180.5476.5571.57
Hex7FEDEE2F007b54d48
Octal17735535657007265115110
Binary11111111110110111101110101111001111011010110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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