Html Css Color HEX #80EFFC Electric Blue

📋 copy color: '#80EFFC'

red 128 ◦ green 239 ◦ blue 252

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

Shades of Electric Blue #80EFFC

Tints of Electric Blue #80EFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.71%

R = 20.68%
G = 38.61%
B = 40.71%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80EFFC (or 0x80EFFC) is known color: Electric Blue. HEX triplet: 80, EF and FC. RGB value is (128,239,252). Sum of RGB (Red+Green+Blue) = 128+239+252=619 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.68% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #80EFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EFFC is #7F1003. Grayscale: #CFCFCF. Windows color (decimal): -8327172 or 16576384. OLE color: 16576384.

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

Color convert

RGB 128 239 252 -
CMYK 0.49 0.05 0 0.01
HSL 186.29º 0.95% 0.75% -
HSV(B) 186.29º 0.49% 0.99% -
XYZ 57.34 73.35 103.23 -
YUV 207.29 153.23 71.44 -
System Red Green Blue C M Y K H S L
Decimal 128 239 252 0.49 0.05 0 0.01 186.29 0.95 0.75
Hex 80 EF FC 31 5 0 1 BA 5F 4B
Octal 200 357 374 61 5 0 1 272 137 113
Binary 10000000 11101111 11111100 110001 101 0 1 10111010 1011111 1001011

Color Harmonies of #80EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFFC

Black with #80EFFC

Text Example


Text Example

White with #80EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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