#84f8f6

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

Shades of Electric Blue #84F8F6

Tints of Electric Blue #84F8F6

Color information

#84F8F6 (or 0x84F8F6) is unknown color: approx Electric Blue. HEX triplet: 84, F8 and F6. RGB value is (132,248,246). Sum of RGB (Red+Green+Blue) = 132+248+246=626 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.09% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #84F8F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F8F6 is #7B0709. Grayscale: #D4D4D4. Windows color (decimal): -8062730 or 16185476. OLE color: 16185476.

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

Color convert

RGB132248246-
CMYK0.4700.010.03
HSL178.97º89.23%74.51%-
HSV(B)178.97º46.77%97.25%-
XYZ59.7278.6999.23-
YUV213.09146.5770.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.09%
GREEN value IS 248 (97.27% from 255) = 39.62%
BLUE value IS 246 (96.48% from 255) = 39.30%
R=21.09%
G=39.62%
B=39.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1322482460.4700.010.03178.9789.2374.51
Hex84F8F62F013b3594b
Octal20437036657013263131113
Binary10000100111110001111011010111101111011001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84f8f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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