#84FAF8

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

Shades of Electric Blue #84FAF8

Tints of Electric Blue #84FAF8

Color information

#84FAF8 (or 0x84FAF8) is unknown color: approx Electric Blue. HEX triplet: 84, FA and F8. RGB value is (132,250,248). Sum of RGB (Red+Green+Blue) = 132+250+248=630 (83% of max value = 765). Red value is 132 (51.95% from 255 or 20.95% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FAF8 is #7B0507. Grayscale: #D6D6D6. Windows color (decimal): -8062216 or 16317060. OLE color: 16317060.

HSL color Cylindrical-coordinate representation of color #84FAF8: hue angle of 178.98º degrees, saturation: 0.92, 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 #84FAF8 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB132250248-
CMYK0.4700.010.02
HSL178.98º92.19%74.9%-
HSV(B)178.98º47.2%98.04%-
XYZ60.6480.05101.06-
YUV214.49146.9169.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 20.95%
GREEN value IS 250 (98.05% from 255) = 39.68%
BLUE value IS 248 (97.27% from 255) = 39.37%
R=20.95%
G=39.68%
B=39.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322502480.4700.010.02178.9892.1974.9
Hex84FAF82F012b35c4b
Octal20437237057012263134113
Binary10000100111110101111100010111101101011001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,250,248); }

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

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

 a { background-color: rgb(132,250,248); }

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

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

 span { border-color: rgb(132,250,248); }

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