Html Css Color HEX #80FCFC Electric Blue

📋 copy color: '#80FCFC'

red 128 ◦ green 252 ◦ blue 252

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

Shades of Electric Blue #80FCFC

Tints of Electric Blue #80FCFC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.87%

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

R = 20.25%
G = 39.87%
B = 39.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80FCFC (or 0x80FCFC) is known color: Electric Blue. HEX triplet: 80, FC and FC. RGB value is (128,252,252). Sum of RGB (Red+Green+Blue) = 128+252+252=632 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.25% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #80FCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FCFC is #7F0303. Grayscale: #D6D6D6. Windows color (decimal): -8323844 or 16579712. OLE color: 16579712.

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

Color convert

RGB 128 252 252 -
CMYK 0.49 0 0 0.01
HSL 180º 0.95% 0.75% -
HSV(B) 180º 0.49% 0.99% -
XYZ 61.28 81.24 104.55 -
YUV 214.92 148.92 66 -
System Red Green Blue C M Y K H S L
Decimal 128 252 252 0.49 0 0 0.01 180 0.95 0.75
Hex 80 FC FC 31 0 0 1 B4 5F 4B
Octal 200 374 374 61 0 0 1 264 137 113
Binary 10000000 11111100 11111100 110001 0 0 1 10110100 1011111 1001011

Color Harmonies of #80FCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCFC

Black with #80FCFC

Text Example


Text Example

White with #80FCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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