#84EEEB

Color #84EEEB Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #84EEEB

Tints of Electric Blue #84EEEB

Color information

#84EEEB (or 0x84EEEB) is unknown color: approx Electric Blue. HEX triplet: 84, EE and EB. RGB value is (132,238,235). Sum of RGB (Red+Green+Blue) = 132+238+235=605 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.82% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #84EEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EEEB is #7B1114. Grayscale: #CDCDCD. Windows color (decimal): -8065301 or 15462020. OLE color: 15462020.

HSL color Cylindrical-coordinate representation of color #84EEEB: hue angle of 178.3º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EEEB is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB132238235-
CMYK0.4500.010.07
HSL178.3º75.71%72.55%-
HSV(B)178.3º44.54%93.33%-
XYZ55.0972.0589.6-
YUV205.96144.3875.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.82%
GREEN value IS 238 (93.36% from 255) = 39.34%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=21.82%
G=39.34%
B=38.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322382350.4500.010.07178.375.7172.55
Hex84EEEB2D017b24c49
Octal20435635355017262114111
Binary100001001110111011101011101101011111011001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84EEEB; }

 p { color: rgb(132,238,235); }

 H1.HeaderClassName
 {
   color: #84EEEB;
 }
 .AnyTagClassName
 {
   color: #84EEEB;
 }
</style>
background-color css

<style>
 a { background-color: #84EEEB; }

 a { background-color: rgb(132,238,235); }

 div.DivClassName
 {
   background-color: #84EEEB;
 }
 .BgClassName
 {
   background-color: #84EEEB;
 }
</style>
border-color css

<style>
 span { border-color: #84EEEB; }

 span { border-color: rgb(132,238,235); }

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