#84E9FD

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

Shades of Electric Blue #84E9FD

Tints of Electric Blue #84E9FD

Color information

#84E9FD (or 0x84E9FD) is unknown color: approx Electric Blue. HEX triplet: 84, E9 and FD. RGB value is (132,233,253). Sum of RGB (Red+Green+Blue) = 132+233+253=618 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.36% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #84E9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84E9FD is #7B1602. Grayscale: #CCCCCC. Windows color (decimal): -8066563 or 16640388. OLE color: 16640388.

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

Color convert

RGB132233253-
CMYK0.480.0800.01
HSL189.92º96.8%75.49%-
HSV(B)189.92º47.83%99.22%-
XYZ56.3870.28103.52-
YUV205.08155.0475.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.36%
GREEN value IS 233 (91.41% from 255) = 37.70%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=21.36%
G=37.70%
B=40.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322332530.480.0800.01189.9296.875.49
Hex84E9FD30801be614b
Octal204351375601001276141113
Binary1000010011101001111111011100001000011011111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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