Html Css Color HEX #7FFCED Electric Blue

📋 copy color: '#7FFCED'

red 127 ◦ green 252 ◦ blue 237

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

Shades of Electric Blue #7FFCED

Tints of Electric Blue #7FFCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.47%

R = 20.62%
G = 40.91%
B = 38.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#7FFCED (or 0x7FFCED) is known color: Electric Blue. HEX triplet: 7F, FC and ED. RGB value is (127,252,237). Sum of RGB (Red+Green+Blue) = 127+252+237=616 (81% of max value = 765). Red value is 127 (50% from 255 or 20.62% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFCED is #800312. Grayscale: #D4D4D4. Windows color (decimal): -8389395 or 15596671. OLE color: 15596671.

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

Color convert

RGB 127 252 237 -
CMYK 0.50 0 0.06 0.01
HSL 172.8º 0.95% 0.74% -
HSV(B) 172.8º 0.5% 0.99% -
XYZ 58.85 80.25 92.51 -
YUV 212.92 141.59 66.72 -
System Red Green Blue C M Y K H S L
Decimal 127 252 237 0.50 0 0.06 0.01 172.8 0.95 0.74
Hex 7F FC ED 32 0 6 1 AD 5F 4A
Octal 177 374 355 62 0 6 1 255 137 112
Binary 1111111 11111100 11101101 110010 0 110 1 10101101 1011111 1001010

Color Harmonies of #7FFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCED

Black with #7FFCED

Text Example


Text Example

White with #7FFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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