Html Css Color HEX #83F4F0 Electric Blue

📋 copy color: '#83F4F0'

red 131 ◦ green 244 ◦ blue 240

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

Shades of Electric Blue #83F4F0

Tints of Electric Blue #83F4F0

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.67%

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

R = 21.3%
G = 39.67%
B = 39.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#83F4F0 (or 0x83F4F0) is known color: Electric Blue. HEX triplet: 83, F4 and F0. RGB value is (131,244,240). Sum of RGB (Red+Green+Blue) = 131+244+240=615 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.30% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 244 - color contains mainly: green. Hex color #83F4F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F4F0 is #7C0B0F. Grayscale: #D1D1D1. Windows color (decimal): -8129296 or 15791235. OLE color: 15791235.

HSL color Cylindrical-coordinate representation of color #83F4F0: hue angle of 177.88º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F4F0 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 131 244 240 -
CMYK 0.46 0 0.02 0.04
HSL 177.88º 0.84% 0.74% -
HSV(B) 177.88º 0.46% 0.96% -
XYZ 57.44 75.82 94.05 -
YUV 209.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 131 244 240 0.46 0 0.02 0.04 177.88 0.84 0.74
Hex 83 F4 F0 2E 0 2 4 B2 54 4A
Octal 203 364 360 56 0 2 4 262 124 112
Binary 10000011 11110100 11110000 101110 0 10 100 10110010 1010100 1001010

Color Harmonies of #83F4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F4F0

Black with #83F4F0

Text Example


Text Example

White with #83F4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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