#7FEEF9

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

Shades of Electric Blue #7FEEF9

Tints of Electric Blue #7FEEF9

Color information

#7FEEF9 (or 0x7FEEF9) is unknown color: approx Electric Blue. HEX triplet: 7F, EE and F9. RGB value is (127,238,249). Sum of RGB (Red+Green+Blue) = 127+238+249=614 (81% of max value = 765). Red value is 127 (50% from 255 or 20.68% from 614); Green value is 238 (93.36% from 255 or 38.76% 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 #7FEEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEEF9 is #801106. Grayscale: #CDCDCD. Windows color (decimal): -8392967 or 16379519. OLE color: 16379519.

HSL color Cylindrical-coordinate representation of color #7FEEF9: hue angle of 185.41º 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 #7FEEF9 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127238249-
CMYK0.490.0400.02
HSL185.41º91.04%73.73%-
HSV(B)185.41º49%97.65%-
XYZ56.4372.5100.64-
YUV206.06152.2371.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.68%
GREEN value IS 238 (93.36% from 255) = 38.76%
BLUE value IS 249 (97.66% from 255) = 40.55%
R=20.68%
G=38.76%
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
Decimal1272382490.490.0400.02185.4191.0473.73
Hex7FEEF931402b95b4a
Octal17735637161402271133112
Binary111111111101110111110011100011000101011100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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