Html Css Color HEX #84E9FC Electric Blue

📋 copy color: '#84E9FC'

red 132 ◦ green 233 ◦ blue 252

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

Shades of Electric Blue #84E9FC

Tints of Electric Blue #84E9FC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.76%

 BLUE value IS 252 (98.83% from 255) = 40.84%

R = 21.39%
G = 37.76%
B = 40.84%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#84E9FC (or 0x84E9FC) is known color: Electric Blue. HEX triplet: 84, E9 and FC. RGB value is (132,233,252). Sum of RGB (Red+Green+Blue) = 132+233+252=617 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.39% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #84E9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84E9FC is #7B1603. Grayscale: #CCCCCC. Windows color (decimal): -8066564 or 16574852. OLE color: 16574852.

HSL color Cylindrical-coordinate representation of color #84E9FC: hue angle of 189.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84E9FC is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 233 252 -
CMYK 0.48 0.08 0 0.01
HSL 189.5º 0.95% 0.75% -
HSV(B) 189.5º 0.48% 0.99% -
XYZ 56.23 70.21 102.68 -
YUV 204.97 154.54 75.96 -
System Red Green Blue C M Y K H S L
Decimal 132 233 252 0.48 0.08 0 0.01 189.5 0.95 0.75
Hex 84 E9 FC 30 8 0 1 BE 5F 4B
Octal 204 351 374 60 10 0 1 276 137 113
Binary 10000100 11101001 11111100 110000 1000 0 1 10111110 1011111 1001011

Color Harmonies of #84E9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E9FC

Black with #84E9FC

Text Example


Text Example

White with #84E9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,233,252); }

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

background-color css

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

 a { background-color: rgb(132,233,252); }

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

border-color css

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

 span { border-color: rgb(132,233,252); }

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