Html Css Color HEX #7FFCEA Electric Blue

📋 copy color: '#7FFCEA'

red 127 ◦ green 252 ◦ blue 234

#7FFCEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #7FFCEA

Tints of Electric Blue #7FFCEA

RGB

 RED value IS 127 (50% from 255) = 20.72%

 GREEN value IS 252 (98.83% from 255) = 41.11%

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 20.72%
G = 41.11%
B = 38.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#7FFCEA (or 0x7FFCEA) is known color: Electric Blue. HEX triplet: 7F, FC and EA. RGB value is (127,252,234). Sum of RGB (Red+Green+Blue) = 127+252+234=613 (81% of max value = 765). Red value is 127 (50% from 255 or 20.72% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFCEA is #800315. Grayscale: #D4D4D4. Windows color (decimal): -8389398 or 15400063. OLE color: 15400063.

HSL color Cylindrical-coordinate representation of color #7FFCEA: hue angle of 171.36º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCEA is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 252 234 -
CMYK 0.50 0 0.07 0.01
HSL 171.36º 0.95% 0.74% -
HSV(B) 171.36º 0.5% 0.99% -
XYZ 58.41 80.07 90.22 -
YUV 212.57 140.09 66.96 -
System Red Green Blue C M Y K H S L
Decimal 127 252 234 0.50 0 0.07 0.01 171.36 0.95 0.74
Hex 7F FC EA 32 0 7 1 AB 5F 4A
Octal 177 374 352 62 0 7 1 253 137 112
Binary 1111111 11111100 11101010 110010 0 111 1 10101011 1011111 1001010

Color Harmonies of #7FFCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCEA

Black with #7FFCEA

Text Example


Text Example

White with #7FFCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FFCEA;
 }
 .AnyTagClassName
 {
   color: #7FFCEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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