#84FDEE

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

Shades of Electric Blue #84FDEE

Tints of Electric Blue #84FDEE

Color information

#84FDEE (or 0x84FDEE) is unknown color: approx Electric Blue. HEX triplet: 84, FD and EE. RGB value is (132,253,238). Sum of RGB (Red+Green+Blue) = 132+253+238=623 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.19% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FDEE is #7B0211. Grayscale: #D7D7D7. Windows color (decimal): -8061458 or 15662468. OLE color: 15662468.

HSL color Cylindrical-coordinate representation of color #84FDEE: hue angle of 172.56º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FDEE is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB132253238-
CMYK0.4800.060.01
HSL172.56º96.8%75.49%-
HSV(B)172.56º47.83%99.22%-
XYZ60.0781.3393.42-
YUV215.11140.9168.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.19%
GREEN value IS 253 (99.22% from 255) = 40.61%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=21.19%
G=40.61%
B=38.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322532380.4800.060.01172.5696.875.49
Hex84FDEE30061ad614b
Octal20437535660061255141113
Binary100001001111110111101110110000011011010110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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