Html Css Color HEX #80E6FC Electric Blue

📋 copy color: '#80E6FC'

red 128 ◦ green 230 ◦ blue 252

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

Shades of Electric Blue #80E6FC

Tints of Electric Blue #80E6FC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.7%

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

R = 20.98%
G = 37.7%
B = 41.31%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80E6FC (or 0x80E6FC) is known color: Electric Blue. HEX triplet: 80, E6 and FC. RGB value is (128,230,252). Sum of RGB (Red+Green+Blue) = 128+230+252=610 (80% of max value = 765). Red value is 128 (50.39% from 255 or 20.98% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #80E6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80E6FC is #7F1903. Grayscale: #C9C9C9. Windows color (decimal): -8329476 or 16574080. OLE color: 16574080.

HSL color Cylindrical-coordinate representation of color #80E6FC: hue angle of 190.65º 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 #80E6FC is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 230 252 -
CMYK 0.49 0.09 0 0.01
HSL 190.65º 0.95% 0.75% -
HSV(B) 190.65º 0.49% 0.99% -
XYZ 54.77 68.21 102.37 -
YUV 202.01 156.21 75.21 -
System Red Green Blue C M Y K H S L
Decimal 128 230 252 0.49 0.09 0 0.01 190.65 0.95 0.75
Hex 80 E6 FC 31 9 0 1 BF 5F 4B
Octal 200 346 374 61 11 0 1 277 137 113
Binary 10000000 11100110 11111100 110001 1001 0 1 10111111 1011111 1001011

Color Harmonies of #80E6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E6FC

Black with #80E6FC

Text Example


Text Example

White with #80E6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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