Html Css Color HEX #84EBFF Electric Blue

📋 copy color: '#84EBFF'

red 132 ◦ green 235 ◦ blue 255

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

Shades of Electric Blue #84EBFF

Tints of Electric Blue #84EBFF

RGB

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

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

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

R = 21.22%
G = 37.78%
B = 41%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#84EBFF (or 0x84EBFF) is known color: Electric Blue. HEX triplet: 84, EB and FF. RGB value is (132,235,255). Sum of RGB (Red+Green+Blue) = 132+235+255=622 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.22% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #84EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EBFF is #7B1400. Grayscale: #CECECE. Windows color (decimal): -8066049 or 16771972. OLE color: 16771972.

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

Color convert

RGB 132 235 255 -
CMYK 0.48 0.08 0 0
HSL 189.76º 1% 0.76% -
HSV(B) 189.76º 0.48% 1% -
XYZ 57.27 71.54 105.4 -
YUV 206.48 155.38 74.87 -
System Red Green Blue C M Y K H S L
Decimal 132 235 255 0.48 0.08 0 0 189.76 1 0.76
Hex 84 EB FF 30 8 0 0 BE 64 4C
Octal 204 353 377 60 10 0 0 276 144 114
Binary 10000100 11101011 11111111 110000 1000 0 0 10111110 1100100 1001100

Color Harmonies of #84EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EBFF

Black with #84EBFF

Text Example


Text Example

White with #84EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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