#84FFFF

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

Shades of Electric Blue #84FFFF

Tints of Electric Blue #84FFFF

Color information

#84FFFF (or 0x84FFFF) is unknown color: approx Electric Blue. HEX triplet: 84, FF and FF. RGB value is (132,255,255). Sum of RGB (Red+Green+Blue) = 132+255+255=642 (85% of max value = 765). Red value is 132 (51.95% from 255 or 20.56% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #84FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FFFF is #7B0000. Grayscale: #DADADA. Windows color (decimal): -8060929 or 16777092. OLE color: 16777092.

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

Color convert

RGB132255255-
CMYK0.48000
HSL180º100%75.88%-
HSV(B)180º48.24%100%-
XYZ63.3383.65107.42-
YUV218.22148.7566.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 20.56%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 255 (100% from 255) = 39.72%
R=20.56%
G=39.72%
B=39.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322552550.4800018010075.88
Hex84FFFF30000b4644c
Octal20437737760000264144114
Binary1000010011111111111111111100000001011010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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