Html Css Color HEX #80E7FC Electric Blue

📋 copy color: '#80E7FC'

red 128 ◦ green 231 ◦ blue 252

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

Shades of Electric Blue #80E7FC

Tints of Electric Blue #80E7FC

RGB

 RED value IS 128 (50.39% from 255) = 20.95%

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

 BLUE value IS 252 (98.83% from 255) = 41.24%

R = 20.95%
G = 37.81%
B = 41.24%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80E7FC (or 0x80E7FC) is known color: Electric Blue. HEX triplet: 80, E7 and FC. RGB value is (128,231,252). Sum of RGB (Red+Green+Blue) = 128+231+252=611 (80% of max value = 765). Red value is 128 (50.39% from 255 or 20.95% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #80E7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80E7FC is #7F1803. Grayscale: #CACACA. Windows color (decimal): -8329220 or 16574336. OLE color: 16574336.

HSL color Cylindrical-coordinate representation of color #80E7FC: hue angle of 190.16º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80E7FC is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 231 252 -
CMYK 0.49 0.08 0 0.01
HSL 190.16º 0.95% 0.75% -
HSV(B) 190.16º 0.49% 0.99% -
XYZ 55.05 68.77 102.47 -
YUV 202.6 155.88 74.79 -
System Red Green Blue C M Y K H S L
Decimal 128 231 252 0.49 0.08 0 0.01 190.16 0.95 0.75
Hex 80 E7 FC 31 8 0 1 BE 5F 4B
Octal 200 347 374 61 10 0 1 276 137 113
Binary 10000000 11100111 11111100 110001 1000 0 1 10111110 1011111 1001011

Color Harmonies of #80E7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E7FC

Black with #80E7FC

Text Example


Text Example

White with #80E7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80E7FC; }

 p { color: rgb(128,231,252); }

 H1.HeaderClassName
 {
   color: #80E7FC;
 }
 .AnyTagClassName
 {
   color: #80E7FC;
 }
</style>

background-color css

<style>
 a { background-color: #80E7FC; }

 a { background-color: rgb(128,231,252); }

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

border-color css

<style>
 span { border-color: #80E7FC; }

 span { border-color: rgb(128,231,252); }

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