Html Css Color HEX #84FBED Electric Blue

📋 copy color: '#84FBED'

red 132 ◦ green 251 ◦ blue 237

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

Shades of Electric Blue #84FBED

Tints of Electric Blue #84FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.48%

 BLUE value IS 237 (92.97% from 255) = 38.23%

R = 21.29%
G = 40.48%
B = 38.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#84FBED (or 0x84FBED) is known color: Electric Blue. HEX triplet: 84, FB and ED. RGB value is (132,251,237). Sum of RGB (Red+Green+Blue) = 132+251+237=620 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.29% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #84FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FBED is #7B0412. Grayscale: #D5D5D5. Windows color (decimal): -8061971 or 15596420. OLE color: 15596420.

HSL color Cylindrical-coordinate representation of color #84FBED: hue angle of 172.94º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FBED is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 251 237 -
CMYK 0.47 0 0.06 0.02
HSL 172.94º 0.94% 0.75% -
HSV(B) 172.94º 0.47% 0.98% -
XYZ 59.3 80.01 92.44 -
YUV 213.82 141.08 69.64 -
System Red Green Blue C M Y K H S L
Decimal 132 251 237 0.47 0 0.06 0.02 172.94 0.94 0.75
Hex 84 FB ED 2F 0 6 2 AD 5E 4B
Octal 204 373 355 57 0 6 2 255 136 113
Binary 10000100 11111011 11101101 101111 0 110 10 10101101 1011110 1001011

Color Harmonies of #84FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FBED

Black with #84FBED

Text Example


Text Example

White with #84FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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