#84EAF8

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

Shades of Electric Blue #84EAF8

Tints of Electric Blue #84EAF8

Color information

#84EAF8 (or 0x84EAF8) is unknown color: approx Electric Blue. HEX triplet: 84, EA and F8. RGB value is (132,234,248). Sum of RGB (Red+Green+Blue) = 132+234+248=614 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.50% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #84EAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EAF8 is #7B1507. Grayscale: #CCCCCC. Windows color (decimal): -8066312 or 16312964. OLE color: 16312964.

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

Color convert

RGB132234248-
CMYK0.470.0600.03
HSL187.24º89.23%74.51%-
HSV(B)187.24º46.77%97.25%-
XYZ55.8870.5399.48-
YUV205.1152.2175.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.50%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 248 (97.27% from 255) = 40.39%
R=21.50%
G=38.11%
B=40.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1322342480.470.0600.03187.2489.2374.51
Hex84EAF82F603bb594b
Octal20435237057603273131113
Binary1000010011101010111110001011111100111011101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,234,248); }

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

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

 a { background-color: rgb(132,234,248); }

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

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

 span { border-color: rgb(132,234,248); }

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