Html Css Color HEX #80F2FA Electric Blue

📋 copy color: '#80F2FA'

red 128 ◦ green 242 ◦ blue 250

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

Shades of Electric Blue #80F2FA

Tints of Electric Blue #80F2FA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.03%

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

R = 20.65%
G = 39.03%
B = 40.32%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80F2FA (or 0x80F2FA) is known color: Electric Blue. HEX triplet: 80, F2 and FA. RGB value is (128,242,250). Sum of RGB (Red+Green+Blue) = 128+242+250=620 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.65% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #80F2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F2FA is #7F0D05. Grayscale: #D0D0D0. Windows color (decimal): -8326406 or 16446080. OLE color: 16446080.

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

Color convert

RGB 128 242 250 -
CMYK 0.49 0.03 0 0.02
HSL 183.93º 0.92% 0.74% -
HSV(B) 183.93º 0.49% 0.98% -
XYZ 57.91 75 101.87 -
YUV 208.83 151.23 70.35 -
System Red Green Blue C M Y K H S L
Decimal 128 242 250 0.49 0.03 0 0.02 183.93 0.92 0.74
Hex 80 F2 FA 31 3 0 2 B8 5C 4A
Octal 200 362 372 61 3 0 2 270 134 112
Binary 10000000 11110010 11111010 110001 11 0 10 10111000 1011100 1001010

Color Harmonies of #80F2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F2FA

Black with #80F2FA

Text Example


Text Example

White with #80F2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,242,250); }

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

background-color css

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

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

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

border-color css

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

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

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