Html Css Color HEX #84EBF4 Electric Blue

📋 copy color: '#84EBF4'

red 132 ◦ green 235 ◦ blue 244

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

Shades of Electric Blue #84EBF4

Tints of Electric Blue #84EBF4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.46%

 BLUE value IS 244 (95.7% from 255) = 39.93%

R = 21.6%
G = 38.46%
B = 39.93%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#84EBF4 (or 0x84EBF4) is known color: Electric Blue. HEX triplet: 84, EB and F4. RGB value is (132,235,244). Sum of RGB (Red+Green+Blue) = 132+235+244=611 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.60% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #84EBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EBF4 is #7B140B. Grayscale: #CDCDCD. Windows color (decimal): -8066060 or 16051076. OLE color: 16051076.

HSL color Cylindrical-coordinate representation of color #84EBF4: hue angle of 184.82º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84EBF4 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 235 244 -
CMYK 0.46 0.04 0 0.04
HSL 184.82º 0.84% 0.74% -
HSV(B) 184.82º 0.46% 0.96% -
XYZ 55.55 70.85 96.34 -
YUV 205.23 149.88 75.77 -
System Red Green Blue C M Y K H S L
Decimal 132 235 244 0.46 0.04 0 0.04 184.82 0.84 0.74
Hex 84 EB F4 2E 4 0 4 B9 54 4A
Octal 204 353 364 56 4 0 4 271 124 112
Binary 10000100 11101011 11110100 101110 100 0 100 10111001 1010100 1001010

Color Harmonies of #84EBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EBF4

Black with #84EBF4

Text Example


Text Example

White with #84EBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,235,244); }

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

background-color css

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

 a { background-color: rgb(132,235,244); }

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

border-color css

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

 span { border-color: rgb(132,235,244); }

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