Html Css Color HEX #80EBFD Electric Blue

📋 copy color: '#80EBFD'

red 128 ◦ green 235 ◦ blue 253

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

Shades of Electric Blue #80EBFD

Tints of Electric Blue #80EBFD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.15%

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

R = 20.78%
G = 38.15%
B = 41.07%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80EBFD (or 0x80EBFD) is known color: Electric Blue. HEX triplet: 80, EB and FD. RGB value is (128,235,253). Sum of RGB (Red+Green+Blue) = 128+235+253=616 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.78% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #80EBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EBFD is #7F1402. Grayscale: #CCCCCC. Windows color (decimal): -8328195 or 16640896. OLE color: 16640896.

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

Color convert

RGB 128 235 253 -
CMYK 0.49 0.07 0 0.01
HSL 188.64º 0.97% 0.75% -
HSV(B) 188.64º 0.49% 0.99% -
XYZ 56.34 71.1 103.68 -
YUV 205.06 155.05 73.04 -
System Red Green Blue C M Y K H S L
Decimal 128 235 253 0.49 0.07 0 0.01 188.64 0.97 0.75
Hex 80 EB FD 31 7 0 1 BD 61 4B
Octal 200 353 375 61 7 0 1 275 141 113
Binary 10000000 11101011 11111101 110001 111 0 1 10111101 1100001 1001011

Color Harmonies of #80EBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EBFD

Black with #80EBFD

Text Example


Text Example

White with #80EBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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