Html Css Color HEX #7FFCF6 Electric Blue

📋 copy color: '#7FFCF6'

red 127 ◦ green 252 ◦ blue 246

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

Shades of Electric Blue #7FFCF6

Tints of Electric Blue #7FFCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.36%

R = 20.32%
G = 40.32%
B = 39.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#7FFCF6 (or 0x7FFCF6) is known color: Electric Blue. HEX triplet: 7F, FC and F6. RGB value is (127,252,246). Sum of RGB (Red+Green+Blue) = 127+252+246=625 (82% of max value = 765). Red value is 127 (50% from 255 or 20.32% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFCF6 is #800309. Grayscale: #D5D5D5. Windows color (decimal): -8389386 or 16186495. OLE color: 16186495.

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

Color convert

RGB 127 252 246 -
CMYK 0.50 0 0.02 0.01
HSL 177.12º 0.95% 0.74% -
HSV(B) 177.12º 0.5% 0.99% -
XYZ 60.2 80.79 99.61 -
YUV 213.94 146.09 65.99 -
System Red Green Blue C M Y K H S L
Decimal 127 252 246 0.50 0 0.02 0.01 177.12 0.95 0.74
Hex 7F FC F6 32 0 2 1 B1 5F 4A
Octal 177 374 366 62 0 2 1 261 137 112
Binary 1111111 11111100 11110110 110010 0 10 1 10110001 1011111 1001010

Color Harmonies of #7FFCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCF6

Black with #7FFCF6

Text Example


Text Example

White with #7FFCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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