#84F7FF

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

Shades of Electric Blue #84F7FF

Tints of Electric Blue #84F7FF

Color information

#84F7FF (or 0x84F7FF) is unknown color: approx Electric Blue. HEX triplet: 84, F7 and FF. RGB value is (132,247,255). Sum of RGB (Red+Green+Blue) = 132+247+255=634 (83% of max value = 765). Red value is 132 (51.95% from 255 or 20.82% from 634); Green value is 247 (96.88% from 255 or 38.96% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #84F7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F7FF is #7B0800. Grayscale: #D5D5D5. Windows color (decimal): -8062977 or 16775044. OLE color: 16775044.

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

Color convert

RGB132247255-
CMYK0.480.0300
HSL183.9º100%75.88%-
HSV(B)183.9º48.24%100%-
XYZ60.8378.65106.58-
YUV213.53151.469.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 20.82%
GREEN value IS 247 (96.88% from 255) = 38.96%
BLUE value IS 255 (100% from 255) = 40.22%
R=20.82%
G=38.96%
B=40.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322472550.480.0300183.910075.88
Hex84F7FF30300b8644c
Octal20436737760300270144114
Binary10000100111101111111111111000011001011100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,247,255); }

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

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

 a { background-color: rgb(132,247,255); }

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

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

 span { border-color: rgb(132,247,255); }

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