#83EEE7

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

Shades of Electric Blue #83EEE7

Tints of Electric Blue #83EEE7

Color information

#83EEE7 (or 0x83EEE7) is unknown color: approx Electric Blue. HEX triplet: 83, EE and E7. RGB value is (131,238,231). Sum of RGB (Red+Green+Blue) = 131+238+231=600 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.83% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #83EEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EEE7 is #7C1118. Grayscale: #CDCDCD. Windows color (decimal): -8130841 or 15199875. OLE color: 15199875.

HSL color Cylindrical-coordinate representation of color #83EEE7: hue angle of 176.07º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EEE7 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB131238231-
CMYK0.4500.030.07
HSL176.07º75.89%72.35%-
HSV(B)176.07º44.96%93.33%-
XYZ54.3671.7486.58-
YUV205.21142.5575.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.83%
GREEN value IS 238 (93.36% from 255) = 39.67%
BLUE value IS 231 (90.62% from 255) = 38.5%
R=21.83%
G=39.67%
B=38.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312382310.4500.030.07176.0775.8972.35
Hex83EEE72D037b04c48
Octal20335634755037260114110
Binary1000001111101110111001111011010111111011000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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