#84EBEE

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

Shades of Electric Blue #84EBEE

Tints of Electric Blue #84EBEE

Color information

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

HSL color Cylindrical-coordinate representation of color #84EBEE: hue angle of 181.7º 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 #84EBEE is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132235238-
CMYK0.450.0100.07
HSL181.7º75.71%72.55%-
HSV(B)181.7º44.54%93.33%-
XYZ54.6670.591.62-
YUV204.54146.8876.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322352380.450.0100.07181.775.7172.55
Hex84EBEE2D107b64c49
Octal20435335655107266114111
Binary100001001110101111101110101101101111011011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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