Html Css Color HEX #84EDF1 Electric Blue

📋 copy color: '#84EDF1'

red 132 ◦ green 237 ◦ blue 241

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

Shades of Electric Blue #84EDF1

Tints of Electric Blue #84EDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.51%

R = 21.64%
G = 38.85%
B = 39.51%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#84EDF1 (or 0x84EDF1) is known color: Electric Blue. HEX triplet: 84, ED and F1. RGB value is (132,237,241). Sum of RGB (Red+Green+Blue) = 132+237+241=610 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.64% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #84EDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EDF1 is #7B120E. Grayscale: #CDCDCD. Windows color (decimal): -8065551 or 15854980. OLE color: 15854980.

HSL color Cylindrical-coordinate representation of color #84EDF1: hue angle of 182.2º degrees, saturation: 0.8, 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 #84EDF1 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 237 241 -
CMYK 0.45 0.02 0 0.05
HSL 182.2º 0.8% 0.73% -
HSV(B) 182.2º 0.45% 0.95% -
XYZ 55.68 71.82 94.15 -
YUV 206.06 147.71 75.17 -
System Red Green Blue C M Y K H S L
Decimal 132 237 241 0.45 0.02 0 0.05 182.2 0.8 0.73
Hex 84 ED F1 2D 2 0 5 B6 50 49
Octal 204 355 361 55 2 0 5 266 120 111
Binary 10000100 11101101 11110001 101101 10 0 101 10110110 1010000 1001001

Color Harmonies of #84EDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EDF1

Black with #84EDF1

Text Example


Text Example

White with #84EDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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