#83EBE8

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

Shades of Electric Blue #83EBE8

Tints of Electric Blue #83EBE8

Color information

#83EBE8 (or 0x83EBE8) is unknown color: approx Electric Blue. HEX triplet: 83, EB and E8. RGB value is (131,235,232). Sum of RGB (Red+Green+Blue) = 131+235+232=598 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.91% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #83EBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EBE8 is #7C1417. Grayscale: #CBCBCB. Windows color (decimal): -8131608 or 15264643. OLE color: 15264643.

HSL color Cylindrical-coordinate representation of color #83EBE8: hue angle of 178.27º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83EBE8 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB131235232-
CMYK0.4400.010.08
HSL178.27º72.22%71.76%-
HSV(B)178.27º44.26%92.16%-
XYZ53.6370.0787.04-
YUV203.56144.0476.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.91%
GREEN value IS 235 (92.19% from 255) = 39.30%
BLUE value IS 232 (91.02% from 255) = 38.80%
R=21.91%
G=39.30%
B=38.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1312352320.4400.010.08178.2772.2271.76
Hex83EBE82C018b24848
Octal203353350540110262110110
Binary1000001111101011111010001011000110001011001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,235,232); }

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

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

 a { background-color: rgb(131,235,232); }

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

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

 span { border-color: rgb(131,235,232); }

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