Html Css Color HEX #7FFCF5 Electric Blue

📋 copy color: '#7FFCF5'

red 127 ◦ green 252 ◦ blue 245

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

Shades of Electric Blue #7FFCF5

Tints of Electric Blue #7FFCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.26%

R = 20.35%
G = 40.38%
B = 39.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#7FFCF5 (or 0x7FFCF5) is known color: Electric Blue. HEX triplet: 7F, FC and F5. RGB value is (127,252,245). Sum of RGB (Red+Green+Blue) = 127+252+245=624 (82% of max value = 765). Red value is 127 (50% from 255 or 20.35% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFCF5 is #80030A. Grayscale: #D5D5D5. Windows color (decimal): -8389387 or 16120959. OLE color: 16120959.

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

Color convert

RGB 127 252 245 -
CMYK 0.50 0 0.03 0.01
HSL 176.64º 0.95% 0.74% -
HSV(B) 176.64º 0.5% 0.99% -
XYZ 60.04 80.73 98.8 -
YUV 213.83 145.59 66.07 -
System Red Green Blue C M Y K H S L
Decimal 127 252 245 0.50 0 0.03 0.01 176.64 0.95 0.74
Hex 7F FC F5 32 0 3 1 B1 5F 4A
Octal 177 374 365 62 0 3 1 261 137 112
Binary 1111111 11111100 11110101 110010 0 11 1 10110001 1011111 1001010

Color Harmonies of #7FFCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCF5

Black with #7FFCF5

Text Example


Text Example

White with #7FFCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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