#83EAED

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

Shades of Electric Blue #83EAED

Tints of Electric Blue #83EAED

Color information

#83EAED (or 0x83EAED) is unknown color: approx Electric Blue. HEX triplet: 83, EA and ED. RGB value is (131,234,237). Sum of RGB (Red+Green+Blue) = 131+234+237=602 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.76% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #83EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EAED is #7C1512. Grayscale: #CBCBCB. Windows color (decimal): -8131859 or 15592067. OLE color: 15592067.

HSL color Cylindrical-coordinate representation of color #83EAED: hue angle of 181.7º degrees, saturation: 0.75, 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 #83EAED is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131234237-
CMYK0.450.0100.07
HSL181.7º74.65%72.16%-
HSV(B)181.7º44.73%92.94%-
XYZ54.0769.7990.74-
YUV203.54146.8876.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.76%
GREEN value IS 234 (91.80% from 255) = 38.87%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=21.76%
G=38.87%
B=39.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312342370.450.0100.07181.774.6572.16
Hex83EAED2D107b64b48
Octal20335235555107266113110
Binary100000111110101011101101101101101111011011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,234,237); }

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

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

 a { background-color: rgb(131,234,237); }

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

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

 span { border-color: rgb(131,234,237); }

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