Html Css Color HEX #84EAF1 Electric Blue

📋 copy color: '#84EAF1'

red 132 ◦ green 234 ◦ blue 241

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

Shades of Electric Blue #84EAF1

Tints of Electric Blue #84EAF1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.55%

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

R = 21.75%
G = 38.55%
B = 39.7%

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

#84EAF1 (or 0x84EAF1) is known color: Electric Blue. HEX triplet: 84, EA and F1. RGB value is (132,234,241). Sum of RGB (Red+Green+Blue) = 132+234+241=607 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.75% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #84EAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EAF1 is #7B150E. Grayscale: #CCCCCC. Windows color (decimal): -8066319 or 15854212. OLE color: 15854212.

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

Color convert

RGB 132 234 241 -
CMYK 0.45 0.03 0 0.05
HSL 183.85º 0.8% 0.73% -
HSV(B) 183.85º 0.45% 0.95% -
XYZ 54.82 70.1 93.86 -
YUV 204.3 148.71 76.43 -
System Red Green Blue C M Y K H S L
Decimal 132 234 241 0.45 0.03 0 0.05 183.85 0.8 0.73
Hex 84 EA F1 2D 3 0 5 B8 50 49
Octal 204 352 361 55 3 0 5 270 120 111
Binary 10000100 11101010 11110001 101101 11 0 101 10111000 1010000 1001001

Color Harmonies of #84EAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EAF1

Black with #84EAF1

Text Example


Text Example

White with #84EAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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