#83F2EE

Color #83F2EE Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #83F2EE

Tints of Electric Blue #83F2EE

Color information

#83F2EE (or 0x83F2EE) is unknown color: approx Electric Blue. HEX triplet: 83, F2 and EE. RGB value is (131,242,238). Sum of RGB (Red+Green+Blue) = 131+242+238=611 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.44% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #83F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F2EE is #7C0D11. Grayscale: #D0D0D0. Windows color (decimal): -8129810 or 15659651. OLE color: 15659651.

HSL color Cylindrical-coordinate representation of color #83F2EE: hue angle of 177.84º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F2EE is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB131242238-
CMYK0.4600.020.05
HSL177.84º81.02%73.14%-
HSV(B)177.84º45.87%94.9%-
XYZ56.5474.592.29-
YUV208.36144.7372.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.44%
GREEN value IS 242 (94.92% from 255) = 39.61%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=21.44%
G=39.61%
B=38.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312422380.4600.020.05177.8481.0273.14
Hex83F2EE2E025b25149
Octal20336235656025262121111
Binary1000001111110010111011101011100101011011001010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,242,238); }

 H1.HeaderClassName
 {
   color: #83F2EE;
 }
 .AnyTagClassName
 {
   color: #83F2EE;
 }
</style>
background-color css

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

 a { background-color: rgb(131,242,238); }

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

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

 span { border-color: rgb(131,242,238); }

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