#84F1FC

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

Shades of Electric Blue #84F1FC

Tints of Electric Blue #84F1FC

Color information

#84F1FC (or 0x84F1FC) is unknown color: approx Electric Blue. HEX triplet: 84, F1 and FC. RGB value is (132,241,252). Sum of RGB (Red+Green+Blue) = 132+241+252=625 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.12% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #84F1FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F1FC is #7B0E03. Grayscale: #D1D1D1. Windows color (decimal): -8064516 or 16576900. OLE color: 16576900.

HSL color Cylindrical-coordinate representation of color #84F1FC: hue angle of 185.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84F1FC is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132241252-
CMYK0.480.0400.01
HSL185.5º95.24%75.29%-
HSV(B)185.5º47.62%98.82%-
XYZ58.5474.84103.46-
YUV209.66151.8972.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.12%
GREEN value IS 241 (94.53% from 255) = 38.56%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=21.12%
G=38.56%
B=40.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322412520.480.0400.01185.595.2475.29
Hex84F1FC30401ba5f4b
Octal20436137460401272137113
Binary100001001111000111111100110000100011011101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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