Html Css Color HEX #80F2FD Electric Blue

📋 copy color: '#80F2FD'

red 128 ◦ green 242 ◦ blue 253

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

Shades of Electric Blue #80F2FD

Tints of Electric Blue #80F2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 20.55%
G = 38.84%
B = 40.61%

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

#80F2FD (or 0x80F2FD) is known color: Electric Blue. HEX triplet: 80, F2 and FD. RGB value is (128,242,253). Sum of RGB (Red+Green+Blue) = 128+242+253=623 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.55% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #80F2FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F2FD is #7F0D02. Grayscale: #D1D1D1. Windows color (decimal): -8326403 or 16642688. OLE color: 16642688.

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

Color convert

RGB 128 242 253 -
CMYK 0.49 0.04 0 0.01
HSL 185.28º 0.97% 0.75% -
HSV(B) 185.28º 0.49% 0.99% -
XYZ 58.38 75.19 104.36 -
YUV 209.17 152.73 70.11 -
System Red Green Blue C M Y K H S L
Decimal 128 242 253 0.49 0.04 0 0.01 185.28 0.97 0.75
Hex 80 F2 FD 31 4 0 1 B9 61 4B
Octal 200 362 375 61 4 0 1 271 141 113
Binary 10000000 11110010 11111101 110001 100 0 1 10111001 1100001 1001011

Color Harmonies of #80F2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F2FD

Black with #80F2FD

Text Example


Text Example

White with #80F2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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