#84F9FB

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

Shades of Electric Blue #84F9FB

Tints of Electric Blue #84F9FB

Color information

#84F9FB (or 0x84F9FB) is unknown color: approx Electric Blue. HEX triplet: 84, F9 and FB. RGB value is (132,249,251). Sum of RGB (Red+Green+Blue) = 132+249+251=632 (83% of max value = 765). Red value is 132 (51.95% from 255 or 20.89% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #84F9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F9FB is #7B0604. Grayscale: #D6D6D6. Windows color (decimal): -8062469 or 16513412. OLE color: 16513412.

HSL color Cylindrical-coordinate representation of color #84F9FB: hue angle of 181.01º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F9FB is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132249251-
CMYK0.470.0100.02
HSL181.01º93.7%75.1%-
HSV(B)181.01º47.41%98.43%-
XYZ60.879.62103.43-
YUV214.24148.7469.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 20.89%
GREEN value IS 249 (97.66% from 255) = 39.40%
BLUE value IS 251 (98.44% from 255) = 39.72%
R=20.89%
G=39.40%
B=39.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322492510.470.0100.02181.0193.775.1
Hex84F9FB2F102b55e4b
Octal20437137357102265136113
Binary10000100111110011111101110111110101011010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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