Html Css Color HEX #7FFCEB Electric Blue

📋 copy color: '#7FFCEB'

red 127 ◦ green 252 ◦ blue 235

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

Shades of Electric Blue #7FFCEB

Tints of Electric Blue #7FFCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.27%

R = 20.68%
G = 41.04%
B = 38.27%

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

#7FFCEB (or 0x7FFCEB) is known color: Electric Blue. HEX triplet: 7F, FC and EB. RGB value is (127,252,235). Sum of RGB (Red+Green+Blue) = 127+252+235=614 (81% of max value = 765). Red value is 127 (50% from 255 or 20.68% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFCEB is #800314. Grayscale: #D4D4D4. Windows color (decimal): -8389397 or 15465599. OLE color: 15465599.

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

Color convert

RGB 127 252 235 -
CMYK 0.50 0 0.07 0.01
HSL 171.84º 0.95% 0.74% -
HSV(B) 171.84º 0.5% 0.99% -
XYZ 58.56 80.13 90.98 -
YUV 212.69 140.59 66.88 -
System Red Green Blue C M Y K H S L
Decimal 127 252 235 0.50 0 0.07 0.01 171.84 0.95 0.74
Hex 7F FC EB 32 0 7 1 AC 5F 4A
Octal 177 374 353 62 0 7 1 254 137 112
Binary 1111111 11111100 11101011 110010 0 111 1 10101100 1011111 1001010

Color Harmonies of #7FFCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCEB

Black with #7FFCEB

Text Example


Text Example

White with #7FFCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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