Html Css Color HEX #84F0F7 Electric Blue

📋 copy color: '#84F0F7'

red 132 ◦ green 240 ◦ blue 247

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

Shades of Electric Blue #84F0F7

Tints of Electric Blue #84F0F7

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.77%

 BLUE value IS 247 (96.88% from 255) = 39.9%

R = 21.32%
G = 38.77%
B = 39.9%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#84F0F7 (or 0x84F0F7) is known color: Electric Blue. HEX triplet: 84, F0 and F7. RGB value is (132,240,247). Sum of RGB (Red+Green+Blue) = 132+240+247=619 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.32% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #84F0F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F0F7 is #7B0F08. Grayscale: #D0D0D0. Windows color (decimal): -8064777 or 16248964. OLE color: 16248964.

HSL color Cylindrical-coordinate representation of color #84F0F7: hue angle of 183.65º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F0F7 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 132 240 247 -
CMYK 0.47 0.03 0 0.03
HSL 183.65º 0.88% 0.74% -
HSV(B) 183.65º 0.47% 0.97% -
XYZ 57.46 73.94 99.24 -
YUV 208.51 149.72 73.43 -
System Red Green Blue C M Y K H S L
Decimal 132 240 247 0.47 0.03 0 0.03 183.65 0.88 0.74
Hex 84 F0 F7 2F 3 0 3 B8 58 4A
Octal 204 360 367 57 3 0 3 270 130 112
Binary 10000100 11110000 11110111 101111 11 0 11 10111000 1011000 1001010

Color Harmonies of #84F0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F0F7

Black with #84F0F7

Text Example


Text Example

White with #84F0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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