Html Css Color HEX #83F9EA Electric Blue

📋 copy color: '#83F9EA'

red 131 ◦ green 249 ◦ blue 234

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

Shades of Electric Blue #83F9EA

Tints of Electric Blue #83F9EA

RGB

 RED value IS 131 (51.56% from 255) = 21.34%

 GREEN value IS 249 (97.66% from 255) = 40.55%

 BLUE value IS 234 (91.8% from 255) = 38.11%

R = 21.34%
G = 40.55%
B = 38.11%

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

#83F9EA (or 0x83F9EA) is known color: Electric Blue. HEX triplet: 83, F9 and EA. RGB value is (131,249,234). Sum of RGB (Red+Green+Blue) = 131+249+234=614 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.34% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F9EA is #7C0615. Grayscale: #D3D3D3. Windows color (decimal): -8128022 or 15399299. OLE color: 15399299.

HSL color Cylindrical-coordinate representation of color #83F9EA: hue angle of 172.37º degrees, saturation: 0.91, 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 #83F9EA is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 249 234 -
CMYK 0.47 0 0.06 0.02
HSL 172.37º 0.91% 0.75% -
HSV(B) 172.37º 0.47% 0.98% -
XYZ 58.09 78.52 89.94 -
YUV 212.01 140.41 70.22 -
System Red Green Blue C M Y K H S L
Decimal 131 249 234 0.47 0 0.06 0.02 172.37 0.91 0.75
Hex 83 F9 EA 2F 0 6 2 AC 5B 4B
Octal 203 371 352 57 0 6 2 254 133 113
Binary 10000011 11111001 11101010 101111 0 110 10 10101100 1011011 1001011

Color Harmonies of #83F9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F9EA

Black with #83F9EA

Text Example


Text Example

White with #83F9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83F9EA; }

 p { color: rgb(131,249,234); }

 H1.HeaderClassName
 {
   color: #83F9EA;
 }
 .AnyTagClassName
 {
   color: #83F9EA;
 }
</style>

background-color css

<style>
 a { background-color: #83F9EA; }

 a { background-color: rgb(131,249,234); }

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

border-color css

<style>
 span { border-color: #83F9EA; }

 span { border-color: rgb(131,249,234); }

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