Html Css Color HEX #83F9F0 Electric Blue

📋 copy color: '#83F9F0'

red 131 ◦ green 249 ◦ blue 240

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

Shades of Electric Blue #83F9F0

Tints of Electric Blue #83F9F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.71%

R = 21.13%
G = 40.16%
B = 38.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#83F9F0 (or 0x83F9F0) is known color: Electric Blue. HEX triplet: 83, F9 and F0. RGB value is (131,249,240). Sum of RGB (Red+Green+Blue) = 131+249+240=620 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.13% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F9F0 is #7C060F. Grayscale: #D4D4D4. Windows color (decimal): -8128016 or 15792515. OLE color: 15792515.

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

Color convert

RGB 131 249 240 -
CMYK 0.47 0 0.04 0.02
HSL 175.42º 0.91% 0.75% -
HSV(B) 175.42º 0.47% 0.98% -
XYZ 58.96 78.87 94.55 -
YUV 212.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 131 249 240 0.47 0 0.04 0.02 175.42 0.91 0.75
Hex 83 F9 F0 2F 0 4 2 AF 5B 4B
Octal 203 371 360 57 0 4 2 257 133 113
Binary 10000011 11111001 11110000 101111 0 100 10 10101111 1011011 1001011

Color Harmonies of #83F9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F9F0

Black with #83F9F0

Text Example


Text Example

White with #83F9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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