Html Css Color HEX #84FAFF Electric Blue

📋 copy color: '#84FAFF'

red 132 ◦ green 250 ◦ blue 255

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

Shades of Electric Blue #84FAFF

Tints of Electric Blue #84FAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.25%

 BLUE value IS 255 (100% from 255) = 40.03%

R = 20.72%
G = 39.25%
B = 40.03%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#84FAFF (or 0x84FAFF) is known color: Electric Blue. HEX triplet: 84, FA and FF. RGB value is (132,250,255). Sum of RGB (Red+Green+Blue) = 132+250+255=637 (84% of max value = 765). Red value is 132 (51.95% from 255 or 20.72% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #84FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FAFF is #7B0500. Grayscale: #D7D7D7. Windows color (decimal): -8062209 or 16775812. OLE color: 16775812.

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

Color convert

RGB 132 250 255 -
CMYK 0.48 0.02 0 0
HSL 182.44º 1% 0.76% -
HSV(B) 182.44º 0.48% 1% -
XYZ 61.75 80.5 106.89 -
YUV 215.29 150.41 68.59 -
System Red Green Blue C M Y K H S L
Decimal 132 250 255 0.48 0.02 0 0 182.44 1 0.76
Hex 84 FA FF 30 2 0 0 B6 64 4C
Octal 204 372 377 60 2 0 0 266 144 114
Binary 10000100 11111010 11111111 110000 10 0 0 10110110 1100100 1001100

Color Harmonies of #84FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FAFF

Black with #84FAFF

Text Example


Text Example

White with #84FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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