Html Css Color HEX #80FBEE Electric Blue

📋 copy color: '#80FBEE'

red 128 ◦ green 251 ◦ blue 238

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

Shades of Electric Blue #80FBEE

Tints of Electric Blue #80FBEE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.68%

 BLUE value IS 238 (93.36% from 255) = 38.57%

R = 20.75%
G = 40.68%
B = 38.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#80FBEE (or 0x80FBEE) is known color: Electric Blue. HEX triplet: 80, FB and EE. RGB value is (128,251,238). Sum of RGB (Red+Green+Blue) = 128+251+238=617 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.75% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FBEE is #7F0411. Grayscale: #D4D4D4. Windows color (decimal): -8324114 or 15661952. OLE color: 15661952.

HSL color Cylindrical-coordinate representation of color #80FBEE: hue angle of 173.66º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FBEE is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 251 238 -
CMYK 0.49 0 0.05 0.02
HSL 173.66º 0.94% 0.74% -
HSV(B) 173.66º 0.49% 0.98% -
XYZ 58.83 79.76 93.18 -
YUV 212.74 142.25 67.56 -
System Red Green Blue C M Y K H S L
Decimal 128 251 238 0.49 0 0.05 0.02 173.66 0.94 0.74
Hex 80 FB EE 31 0 5 2 AE 5E 4A
Octal 200 373 356 61 0 5 2 256 136 112
Binary 10000000 11111011 11101110 110001 0 101 10 10101110 1011110 1001010

Color Harmonies of #80FBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FBEE

Black with #80FBEE

Text Example


Text Example

White with #80FBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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