Html Css Color HEX #7FE7FA Electric Blue

📋 copy color: '#7FE7FA'

red 127 ◦ green 231 ◦ blue 250

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

Shades of Electric Blue #7FE7FA

Tints of Electric Blue #7FE7FA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.99%

 BLUE value IS 250 (98.05% from 255) = 41.12%

R = 20.89%
G = 37.99%
B = 41.12%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7FE7FA (or 0x7FE7FA) is known color: Electric Blue. HEX triplet: 7F, E7 and FA. RGB value is (127,231,250). Sum of RGB (Red+Green+Blue) = 127+231+250=608 (80% of max value = 765). Red value is 127 (50% from 255 or 20.89% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FE7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FE7FA is #801805. Grayscale: #C9C9C9. Windows color (decimal): -8394758 or 16443263. OLE color: 16443263.

HSL color Cylindrical-coordinate representation of color #7FE7FA: hue angle of 189.27º degrees, saturation: 0.92, 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 #7FE7FA is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 231 250 -
CMYK 0.49 0.08 0 0.02
HSL 189.27º 0.92% 0.74% -
HSV(B) 189.27º 0.49% 0.98% -
XYZ 54.58 68.57 100.8 -
YUV 202.07 155.04 74.46 -
System Red Green Blue C M Y K H S L
Decimal 127 231 250 0.49 0.08 0 0.02 189.27 0.92 0.74
Hex 7F E7 FA 31 8 0 2 BD 5C 4A
Octal 177 347 372 61 10 0 2 275 134 112
Binary 1111111 11100111 11111010 110001 1000 0 10 10111101 1011100 1001010

Color Harmonies of #7FE7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE7FA

Black with #7FE7FA

Text Example


Text Example

White with #7FE7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,231,250); }

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

background-color css

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

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

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

border-color css

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

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

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