#84fbfe

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

Shades of Electric Blue #84FBFE

Tints of Electric Blue #84FBFE

Color information

#84FBFE (or 0x84FBFE) is unknown color: approx Electric Blue. HEX triplet: 84, FB and FE. RGB value is (132,251,254). Sum of RGB (Red+Green+Blue) = 132+251+254=637 (84% of max value = 765). Red value is 132 (51.95% from 255 or 20.72% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #84FBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FBFE is #7B0401. Grayscale: #D7D7D7. Windows color (decimal): -8061954 or 16710532. OLE color: 16710532.

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

Color convert

RGB132251254-
CMYK0.480.0100.00
HSL181.48º98.39%75.69%-
HSV(B)181.48º48.03%99.61%-
XYZ61.981.06106.15-
YUV215.76149.5868.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 20.72%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=20.72%
G=39.40%
B=39.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322512540.480.0100.00181.4898.3975.69
Hex84FBFE30100b5624c
Octal20437337660100265142114
Binary1000010011111011111111101100001001011010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84fbfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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