#7FEAFF

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

Shades of Electric Blue #7FEAFF

Tints of Electric Blue #7FEAFF

Color information

#7FEAFF (or 0x7FEAFF) is unknown color: approx Electric Blue. HEX triplet: 7F, EA and FF. RGB value is (127,234,255). Sum of RGB (Red+Green+Blue) = 127+234+255=616 (81% of max value = 765). Red value is 127 (50% from 255 or 20.62% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FEAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEAFF is #801500. Grayscale: #CCCCCC. Windows color (decimal): -8393985 or 16771711. OLE color: 16771711.

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

Color convert

RGB127234255-
CMYK0.500.0800
HSL189.84º100%74.9%-
HSV(B)189.84º50.2%100%-
XYZ56.2370.58105.27-
YUV204.4156.5572.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.62%
GREEN value IS 234 (91.80% from 255) = 37.99%
BLUE value IS 255 (100% from 255) = 41.40%
R=20.62%
G=37.99%
B=41.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1272342550.500.0800189.8410074.9
Hex7FEAFF32800be644b
Octal177352377621000276144113
Binary111111111101010111111111100101000001011111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,234,255); }

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

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

 a { background-color: rgb(127,234,255); }

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

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

 span { border-color: rgb(127,234,255); }

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