Html Css Color HEX #80FCF3 Electric Blue

📋 copy color: '#80FCF3'

red 128 ◦ green 252 ◦ blue 243

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

Shades of Electric Blue #80FCF3

Tints of Electric Blue #80FCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39%

R = 20.55%
G = 40.45%
B = 39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#80FCF3 (or 0x80FCF3) is known color: Electric Blue. HEX triplet: 80, FC and F3. RGB value is (128,252,243). Sum of RGB (Red+Green+Blue) = 128+252+243=623 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.55% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FCF3 is #7F030C. Grayscale: #D5D5D5. Windows color (decimal): -8323853 or 15989888. OLE color: 15989888.

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

Color convert

RGB 128 252 243 -
CMYK 0.49 0 0.04 0.01
HSL 175.65º 0.95% 0.75% -
HSV(B) 175.65º 0.49% 0.99% -
XYZ 59.89 80.68 97.21 -
YUV 213.9 144.42 66.73 -
System Red Green Blue C M Y K H S L
Decimal 128 252 243 0.49 0 0.04 0.01 175.65 0.95 0.75
Hex 80 FC F3 31 0 4 1 B0 5F 4B
Octal 200 374 363 61 0 4 1 260 137 113
Binary 10000000 11111100 11110011 110001 0 100 1 10110000 1011111 1001011

Color Harmonies of #80FCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCF3

Black with #80FCF3

Text Example


Text Example

White with #80FCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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