Html Css Color HEX #84FFFC Electric Blue

📋 copy color: '#84FFFC'

red 132 ◦ green 255 ◦ blue 252

#84FFFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #84FFFC

Tints of Electric Blue #84FFFC

RGB

 RED value IS 132 (51.95% from 255) = 20.66%

 GREEN value IS 255 (100% from 255) = 39.91%

 BLUE value IS 252 (98.83% from 255) = 39.44%

R = 20.66%
G = 39.91%
B = 39.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#84FFFC (or 0x84FFFC) is known color: Electric Blue. HEX triplet: 84, FF and FC. RGB value is (132,255,252). Sum of RGB (Red+Green+Blue) = 132+255+252=639 (84% of max value = 765). Red value is 132 (51.95% from 255 or 20.66% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FFFC is #7B0003. Grayscale: #D9D9D9. Windows color (decimal): -8060932 or 16580484. OLE color: 16580484.

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

Color convert

RGB 132 255 252 -
CMYK 0.48 0 0.01 0
HSL 178.54º 1% 0.76% -
HSV(B) 178.54º 0.48% 1% -
XYZ 62.85 83.45 104.89 -
YUV 217.88 147.25 66.74 -
System Red Green Blue C M Y K H S L
Decimal 132 255 252 0.48 0 0.01 0 178.54 1 0.76
Hex 84 FF FC 30 0 1 0 B3 64 4C
Octal 204 377 374 60 0 1 0 263 144 114
Binary 10000100 11111111 11111100 110000 0 1 0 10110011 1100100 1001100

Color Harmonies of #84FFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FFFC

Black with #84FFFC

Text Example


Text Example

White with #84FFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84FFFC;
 }
 .AnyTagClassName
 {
   color: #84FFFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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