Html Css Color HEX #80EEF0 Electric Blue

📋 copy color: '#80EEF0'

red 128 ◦ green 238 ◦ blue 240

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

Shades of Electric Blue #80EEF0

Tints of Electric Blue #80EEF0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.27%

 BLUE value IS 240 (94.14% from 255) = 39.6%

R = 21.12%
G = 39.27%
B = 39.6%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80EEF0 (or 0x80EEF0) is known color: Electric Blue. HEX triplet: 80, EE and F0. RGB value is (128,238,240). Sum of RGB (Red+Green+Blue) = 128+238+240=606 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.12% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #80EEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EEF0 is #7F110F. Grayscale: #CDCDCD. Windows color (decimal): -8327440 or 15789696. OLE color: 15789696.

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

Color convert

RGB 128 238 240 -
CMYK 0.47 0.01 0 0.06
HSL 181.07º 0.79% 0.72% -
HSV(B) 181.07º 0.47% 0.94% -
XYZ 55.2 72.03 93.43 -
YUV 205.34 147.56 72.84 -
System Red Green Blue C M Y K H S L
Decimal 128 238 240 0.47 0.01 0 0.06 181.07 0.79 0.72
Hex 80 EE F0 2F 1 0 6 B5 4F 48
Octal 200 356 360 57 1 0 6 265 117 110
Binary 10000000 11101110 11110000 101111 1 0 110 10110101 1001111 1001000

Color Harmonies of #80EEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EEF0

Black with #80EEF0

Text Example


Text Example

White with #80EEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,238,240); }

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

background-color css

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

 a { background-color: rgb(128,238,240); }

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

border-color css

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

 span { border-color: rgb(128,238,240); }

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