Html Css Color HEX #80EFF1 Electric Blue

📋 copy color: '#80EFF1'

red 128 ◦ green 239 ◦ blue 241

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

Shades of Electric Blue #80EFF1

Tints of Electric Blue #80EFF1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.31%

 BLUE value IS 241 (94.53% from 255) = 39.64%

R = 21.05%
G = 39.31%
B = 39.64%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80EFF1 (or 0x80EFF1) is known color: Electric Blue. HEX triplet: 80, EF and F1. RGB value is (128,239,241). Sum of RGB (Red+Green+Blue) = 128+239+241=608 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.05% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #80EFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EFF1 is #7F100E. Grayscale: #CDCDCD. Windows color (decimal): -8327183 or 15855488. OLE color: 15855488.

HSL color Cylindrical-coordinate representation of color #80EFF1: hue angle of 181.06º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80EFF1 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 239 241 -
CMYK 0.47 0.01 0 0.05
HSL 181.06º 0.8% 0.72% -
HSV(B) 181.06º 0.47% 0.95% -
XYZ 55.65 72.67 94.31 -
YUV 206.04 147.73 72.34 -
System Red Green Blue C M Y K H S L
Decimal 128 239 241 0.47 0.01 0 0.05 181.06 0.8 0.72
Hex 80 EF F1 2F 1 0 5 B5 50 48
Octal 200 357 361 57 1 0 5 265 120 110
Binary 10000000 11101111 11110001 101111 1 0 101 10110101 1010000 1001000

Color Harmonies of #80EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFF1

Black with #80EFF1

Text Example


Text Example

White with #80EFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,239,241); }

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

background-color css

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

 a { background-color: rgb(128,239,241); }

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

border-color css

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

 span { border-color: rgb(128,239,241); }

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