Html Css Color HEX #80F5FD Electric Blue

📋 copy color: '#80F5FD'

red 128 ◦ green 245 ◦ blue 253

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

Shades of Electric Blue #80F5FD

Tints of Electric Blue #80F5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.14%

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

R = 20.45%
G = 39.14%
B = 40.42%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80F5FD (or 0x80F5FD) is known color: Electric Blue. HEX triplet: 80, F5 and FD. RGB value is (128,245,253). Sum of RGB (Red+Green+Blue) = 128+245+253=626 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.45% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #80F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F5FD is #7F0A02. Grayscale: #D2D2D2. Windows color (decimal): -8325635 or 16643456. OLE color: 16643456.

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

Color convert

RGB 128 245 253 -
CMYK 0.49 0.03 0 0.01
HSL 183.84º 0.97% 0.75% -
HSV(B) 183.84º 0.49% 0.99% -
XYZ 59.28 76.99 104.66 -
YUV 210.93 151.74 68.85 -
System Red Green Blue C M Y K H S L
Decimal 128 245 253 0.49 0.03 0 0.01 183.84 0.97 0.75
Hex 80 F5 FD 31 3 0 1 B8 61 4B
Octal 200 365 375 61 3 0 1 270 141 113
Binary 10000000 11110101 11111101 110001 11 0 1 10111000 1100001 1001011

Color Harmonies of #80F5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F5FD

Black with #80F5FD

Text Example


Text Example

White with #80F5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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