Html Css Color HEX #7FE5FB Electric Blue

📋 copy color: '#7FE5FB'

red 127 ◦ green 229 ◦ blue 251

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

Shades of Electric Blue #7FE5FB

Tints of Electric Blue #7FE5FB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.73%

 BLUE value IS 251 (98.44% from 255) = 41.35%

R = 20.92%
G = 37.73%
B = 41.35%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7FE5FB (or 0x7FE5FB) is known color: Electric Blue. HEX triplet: 7F, E5 and FB. RGB value is (127,229,251). Sum of RGB (Red+Green+Blue) = 127+229+251=607 (80% of max value = 765). Red value is 127 (50% from 255 or 20.92% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #7FE5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE5FB is #801A04. Grayscale: #C8C8C8. Windows color (decimal): -8395269 or 16508287. OLE color: 16508287.

HSL color Cylindrical-coordinate representation of color #7FE5FB: hue angle of 190.65º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FE5FB is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 229 251 -
CMYK 0.49 0.09 0 0.02
HSL 190.65º 0.94% 0.74% -
HSV(B) 190.65º 0.49% 0.98% -
XYZ 54.18 67.52 101.44 -
YUV 201.01 156.21 75.21 -
System Red Green Blue C M Y K H S L
Decimal 127 229 251 0.49 0.09 0 0.02 190.65 0.94 0.74
Hex 7F E5 FB 31 9 0 2 BF 5E 4A
Octal 177 345 373 61 11 0 2 277 136 112
Binary 1111111 11100101 11111011 110001 1001 0 10 10111111 1011110 1001010

Color Harmonies of #7FE5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE5FB

Black with #7FE5FB

Text Example


Text Example

White with #7FE5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,229,251); }

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

background-color css

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

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

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

border-color css

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

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

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