#84E5FD

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

Shades of Electric Blue #84E5FD

Tints of Electric Blue #84E5FD

Color information

#84E5FD (or 0x84E5FD) is unknown color: approx Electric Blue. HEX triplet: 84, E5 and FD. RGB value is (132,229,253). Sum of RGB (Red+Green+Blue) = 132+229+253=614 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.50% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #84E5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E5FD is #7B1A02. Grayscale: #CACACA. Windows color (decimal): -8067587 or 16639364. OLE color: 16639364.

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

Color convert

RGB132229253-
CMYK0.480.0900.01
HSL191.9º96.8%75.49%-
HSV(B)191.9º47.83%99.22%-
XYZ55.2668.04103.15-
YUV202.73156.3677.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.50%
GREEN value IS 229 (89.84% from 255) = 37.30%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=21.50%
G=37.30%
B=41.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322292530.480.0900.01191.996.875.49
Hex84E5FD30901c0614b
Octal204345375601101300141113
Binary1000010011100101111111011100001001011100000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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