Html Css Color HEX #7FE8F4 Electric Blue

📋 copy color: '#7FE8F4'

red 127 ◦ green 232 ◦ blue 244

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

Shades of Electric Blue #7FE8F4

Tints of Electric Blue #7FE8F4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.47%

 BLUE value IS 244 (95.7% from 255) = 40.46%

R = 21.06%
G = 38.47%
B = 40.46%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7FE8F4 (or 0x7FE8F4) is known color: Electric Blue. HEX triplet: 7F, E8 and F4. RGB value is (127,232,244). Sum of RGB (Red+Green+Blue) = 127+232+244=603 (79% of max value = 765). Red value is 127 (50% from 255 or 21.06% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 244 (95.70% from 255 or 40.46% from 603); Max value from RGB is 244 - color contains mainly: blue. Hex color #7FE8F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FE8F4 is #80170B. Grayscale: #C9C9C9. Windows color (decimal): -8394508 or 16050303. OLE color: 16050303.

HSL color Cylindrical-coordinate representation of color #7FE8F4: hue angle of 186.15º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FE8F4 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 127 232 244 -
CMYK 0.48 0.05 0 0.04
HSL 186.15º 0.84% 0.73% -
HSV(B) 186.15º 0.48% 0.96% -
XYZ 53.94 68.76 96.02 -
YUV 201.97 151.71 74.52 -
System Red Green Blue C M Y K H S L
Decimal 127 232 244 0.48 0.05 0 0.04 186.15 0.84 0.73
Hex 7F E8 F4 30 5 0 4 BA 54 49
Octal 177 350 364 60 5 0 4 272 124 111
Binary 1111111 11101000 11110100 110000 101 0 100 10111010 1010100 1001001

Color Harmonies of #7FE8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE8F4

Black with #7FE8F4

Text Example


Text Example

White with #7FE8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,232,244); }

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

background-color css

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

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

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

border-color css

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

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

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