Html Css Color HEX #84F8F7 Electric Blue

📋 copy color: '#84F8F7'

red 132 ◦ green 248 ◦ blue 247

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

Shades of Electric Blue #84F8F7

Tints of Electric Blue #84F8F7

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.55%

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

R = 21.05%
G = 39.55%
B = 39.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#84F8F7 (or 0x84F8F7) is known color: Electric Blue. HEX triplet: 84, F8 and F7. RGB value is (132,248,247). Sum of RGB (Red+Green+Blue) = 132+248+247=627 (83% of max value = 765). Red value is 132 (51.95% from 255 or 21.05% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #84F8F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F8F7 is #7B0708. Grayscale: #D5D5D5. Windows color (decimal): -8062729 or 16251012. OLE color: 16251012.

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

Color convert

RGB 132 248 247 -
CMYK 0.47 0 0.00 0.03
HSL 179.48º 0.89% 0.75% -
HSV(B) 179.48º 0.47% 0.97% -
XYZ 59.87 78.76 100.04 -
YUV 213.2 147.07 70.08 -
System Red Green Blue C M Y K H S L
Decimal 132 248 247 0.47 0 0.00 0.03 179.48 0.89 0.75
Hex 84 F8 F7 2F 0 0 3 B3 59 4B
Octal 204 370 367 57 0 0 3 263 131 113
Binary 10000100 11111000 11110111 101111 0 0 11 10110011 1011001 1001011

Color Harmonies of #84F8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F8F7

Black with #84F8F7

Text Example


Text Example

White with #84F8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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