Html Css Color HEX #7FFCFC Electric Blue

📋 copy color: '#7FFCFC'

red 127 ◦ green 252 ◦ blue 252

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

Shades of Electric Blue #7FFCFC

Tints of Electric Blue #7FFCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.94%

R = 20.13%
G = 39.94%
B = 39.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FFCFC (or 0x7FFCFC) is known color: Electric Blue. HEX triplet: 7F, FC and FC. RGB value is (127,252,252). Sum of RGB (Red+Green+Blue) = 127+252+252=631 (83% of max value = 765). Red value is 127 (50% from 255 or 20.13% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #7FFCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFCFC is #800303. Grayscale: #D6D6D6. Windows color (decimal): -8389380 or 16579711. OLE color: 16579711.

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

Color convert

RGB 127 252 252 -
CMYK 0.50 0 0 0.01
HSL 180º 0.95% 0.74% -
HSV(B) 180º 0.5% 0.99% -
XYZ 61.13 81.16 104.54 -
YUV 214.63 149.09 65.5 -
System Red Green Blue C M Y K H S L
Decimal 127 252 252 0.50 0 0 0.01 180 0.95 0.74
Hex 7F FC FC 32 0 0 1 B4 5F 4A
Octal 177 374 374 62 0 0 1 264 137 112
Binary 1111111 11111100 11111100 110010 0 0 1 10110100 1011111 1001010

Color Harmonies of #7FFCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCFC

Black with #7FFCFC

Text Example


Text Example

White with #7FFCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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