#84F1FE

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

Shades of Electric Blue #84F1FE

Tints of Electric Blue #84F1FE

Color information

#84F1FE (or 0x84F1FE) is unknown color: approx Electric Blue. HEX triplet: 84, F1 and FE. RGB value is (132,241,254). Sum of RGB (Red+Green+Blue) = 132+241+254=627 (83% of max value = 765). Red value is 132 (51.95% from 255 or 21.05% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #84F1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F1FE is #7B0E01. Grayscale: #D1D1D1. Windows color (decimal): -8064514 or 16707972. OLE color: 16707972.

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

Color convert

RGB132241254-
CMYK0.480.0500.00
HSL186.39º98.39%75.69%-
HSV(B)186.39º48.03%99.61%-
XYZ58.8674.97105.13-
YUV209.89152.8972.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.05%
GREEN value IS 241 (94.53% from 255) = 38.44%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=21.05%
G=38.44%
B=40.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322412540.480.0500.00186.3998.3975.69
Hex84F1FE30500ba624c
Octal20436137660500272142114
Binary100001001111000111111110110000101001011101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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