Html Css Color HEX #84EBF2 Electric Blue

📋 copy color: '#84EBF2'

red 132 ◦ green 235 ◦ blue 242

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

Shades of Electric Blue #84EBF2

Tints of Electric Blue #84EBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.74%

R = 21.67%
G = 38.59%
B = 39.74%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#84EBF2 (or 0x84EBF2) is known color: Electric Blue. HEX triplet: 84, EB and F2. RGB value is (132,235,242). Sum of RGB (Red+Green+Blue) = 132+235+242=609 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.67% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #84EBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EBF2 is #7B140D. Grayscale: #CCCCCC. Windows color (decimal): -8066062 or 15920004. OLE color: 15920004.

HSL color Cylindrical-coordinate representation of color #84EBF2: hue angle of 183.82º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EBF2 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 235 242 -
CMYK 0.45 0.03 0 0.05
HSL 183.82º 0.81% 0.73% -
HSV(B) 183.82º 0.45% 0.95% -
XYZ 55.25 70.73 94.75 -
YUV 205 148.88 75.93 -
System Red Green Blue C M Y K H S L
Decimal 132 235 242 0.45 0.03 0 0.05 183.82 0.81 0.73
Hex 84 EB F2 2D 3 0 5 B8 51 49
Octal 204 353 362 55 3 0 5 270 121 111
Binary 10000100 11101011 11110010 101101 11 0 101 10111000 1010001 1001001

Color Harmonies of #84EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EBF2

Black with #84EBF2

Text Example


Text Example

White with #84EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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