#84FEFF

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

Shades of Electric Blue #84FEFF

Tints of Electric Blue #84FEFF

Color information

#84FEFF (or 0x84FEFF) is unknown color: approx Electric Blue. HEX triplet: 84, FE and FF. RGB value is (132,254,255). Sum of RGB (Red+Green+Blue) = 132+254+255=641 (84% of max value = 765). Red value is 132 (51.95% from 255 or 20.59% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #84FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FEFF is #7B0100. Grayscale: #D9D9D9. Windows color (decimal): -8061185 or 16776836. OLE color: 16776836.

HSL color Cylindrical-coordinate representation of color #84FEFF: hue angle of 180.49º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FEFF is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB132254255-
CMYK0.480.0000
HSL180.49º100%75.88%-
HSV(B)180.49º48.24%100%-
XYZ63.0183.01107.31-
YUV217.64149.0866.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 20.59%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 255 (100% from 255) = 39.78%
R=20.59%
G=39.63%
B=39.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322542550.480.0000180.4910075.88
Hex84FEFF30000b4644c
Octal20437637760000264144114
Binary1000010011111110111111111100000001011010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,254,255); }

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

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

 a { background-color: rgb(132,254,255); }

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

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

 span { border-color: rgb(132,254,255); }

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