Html Css Color HEX #80F9ED Electric Blue

📋 copy color: '#80F9ED'

red 128 ◦ green 249 ◦ blue 237

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

Shades of Electric Blue #80F9ED

Tints of Electric Blue #80F9ED

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.55%

 BLUE value IS 237 (92.97% from 255) = 38.6%

R = 20.85%
G = 40.55%
B = 38.6%

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

#80F9ED (or 0x80F9ED) is known color: Electric Blue. HEX triplet: 80, F9 and ED. RGB value is (128,249,237). Sum of RGB (Red+Green+Blue) = 128+249+237=614 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.85% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F9ED is #7F0612. Grayscale: #D3D3D3. Windows color (decimal): -8324627 or 15595904. OLE color: 15595904.

HSL color Cylindrical-coordinate representation of color #80F9ED: hue angle of 174.05º degrees, saturation: 0.91, 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 #80F9ED is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 249 237 -
CMYK 0.49 0 0.05 0.02
HSL 174.05º 0.91% 0.74% -
HSV(B) 174.05º 0.49% 0.98% -
XYZ 58.06 78.45 92.2 -
YUV 211.45 142.41 68.48 -
System Red Green Blue C M Y K H S L
Decimal 128 249 237 0.49 0 0.05 0.02 174.05 0.91 0.74
Hex 80 F9 ED 31 0 5 2 AE 5B 4A
Octal 200 371 355 61 0 5 2 256 133 112
Binary 10000000 11111001 11101101 110001 0 101 10 10101110 1011011 1001010

Color Harmonies of #80F9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F9ED

Black with #80F9ED

Text Example


Text Example

White with #80F9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,249,237); }

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

background-color css

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

 a { background-color: rgb(128,249,237); }

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

border-color css

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

 span { border-color: rgb(128,249,237); }

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