Html Css Color HEX #80F2FC Electric Blue

📋 copy color: '#80F2FC'

red 128 ◦ green 242 ◦ blue 252

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

Shades of Electric Blue #80F2FC

Tints of Electric Blue #80F2FC

RGB

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

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

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

R = 20.58%
G = 38.91%
B = 40.51%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80F2FC (or 0x80F2FC) is known color: Electric Blue. HEX triplet: 80, F2 and FC. RGB value is (128,242,252). Sum of RGB (Red+Green+Blue) = 128+242+252=622 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.58% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #80F2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F2FC is #7F0D03. Grayscale: #D0D0D0. Windows color (decimal): -8326404 or 16577152. OLE color: 16577152.

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

Color convert

RGB 128 242 252 -
CMYK 0.49 0.04 0 0.01
HSL 184.84º 0.95% 0.75% -
HSV(B) 184.84º 0.49% 0.99% -
XYZ 58.22 75.12 103.53 -
YUV 209.05 152.23 70.19 -
System Red Green Blue C M Y K H S L
Decimal 128 242 252 0.49 0.04 0 0.01 184.84 0.95 0.75
Hex 80 F2 FC 31 4 0 1 B9 5F 4B
Octal 200 362 374 61 4 0 1 271 137 113
Binary 10000000 11110010 11111100 110001 100 0 1 10111001 1011111 1001011

Color Harmonies of #80F2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F2FC

Black with #80F2FC

Text Example


Text Example

White with #80F2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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