#84FBFF

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

Shades of Electric Blue #84FBFF

Tints of Electric Blue #84FBFF

Color information

#84FBFF (or 0x84FBFF) is unknown color: approx Electric Blue. HEX triplet: 84, FB and FF. RGB value is (132,251,255). Sum of RGB (Red+Green+Blue) = 132+251+255=638 (84% of max value = 765). Red value is 132 (51.95% from 255 or 20.69% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #84FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FBFF is #7B0400. Grayscale: #D7D7D7. Windows color (decimal): -8061953 or 16776068. OLE color: 16776068.

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

Color convert

RGB132251255-
CMYK0.480.0200
HSL181.95º100%75.88%-
HSV(B)181.95º48.24%100%-
XYZ62.0681.12106.99-
YUV215.87150.0868.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 20.69%
GREEN value IS 251 (98.44% from 255) = 39.34%
BLUE value IS 255 (100% from 255) = 39.97%
R=20.69%
G=39.34%
B=39.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322512550.480.0200181.9510075.88
Hex84FBFF30200b6644c
Octal20437337760200266144114
Binary10000100111110111111111111000010001011011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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