#84E7FA

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

Shades of Electric Blue #84E7FA

Tints of Electric Blue #84E7FA

Color information

#84E7FA (or 0x84E7FA) is unknown color: approx Electric Blue. HEX triplet: 84, E7 and FA. RGB value is (132,231,250). Sum of RGB (Red+Green+Blue) = 132+231+250=613 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.53% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #84E7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84E7FA is #7B1805. Grayscale: #CBCBCB. Windows color (decimal): -8067078 or 16443268. OLE color: 16443268.

HSL color Cylindrical-coordinate representation of color #84E7FA: hue angle of 189.66º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84E7FA is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132231250-
CMYK0.470.0800.02
HSL189.66º92.19%74.9%-
HSV(B)189.66º47.2%98.04%-
XYZ55.3568.96100.84-
YUV203.56154.276.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.53%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=21.53%
G=37.68%
B=40.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322312500.470.0800.02189.6692.1974.9
Hex84E7FA2F802be5c4b
Octal204347372571002276134113
Binary10000100111001111111101010111110000101011111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,231,250); }

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

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

 a { background-color: rgb(132,231,250); }

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

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

 span { border-color: rgb(132,231,250); }

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