Html Css Color HEX #84EDF0 Electric Blue

📋 copy color: '#84EDF0'

red 132 ◦ green 237 ◦ blue 240

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

Shades of Electric Blue #84EDF0

Tints of Electric Blue #84EDF0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.92%

 BLUE value IS 240 (94.14% from 255) = 39.41%

R = 21.67%
G = 38.92%
B = 39.41%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#84EDF0 (or 0x84EDF0) is known color: Electric Blue. HEX triplet: 84, ED and F0. RGB value is (132,237,240). Sum of RGB (Red+Green+Blue) = 132+237+240=609 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.67% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #84EDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EDF0 is #7B120F. Grayscale: #CDCDCD. Windows color (decimal): -8065552 or 15789444. OLE color: 15789444.

HSL color Cylindrical-coordinate representation of color #84EDF0: hue angle of 181.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EDF0 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 237 240 -
CMYK 0.45 0.01 0 0.06
HSL 181.67º 0.78% 0.73% -
HSV(B) 181.67º 0.45% 0.94% -
XYZ 55.53 71.77 93.36 -
YUV 205.95 147.21 75.26 -
System Red Green Blue C M Y K H S L
Decimal 132 237 240 0.45 0.01 0 0.06 181.67 0.78 0.73
Hex 84 ED F0 2D 1 0 6 B6 4E 49
Octal 204 355 360 55 1 0 6 266 116 111
Binary 10000100 11101101 11110000 101101 1 0 110 10110110 1001110 1001001

Color Harmonies of #84EDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EDF0

Black with #84EDF0

Text Example


Text Example

White with #84EDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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