#83EAEF

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

Shades of Electric Blue #83EAEF

Tints of Electric Blue #83EAEF

Color information

#83EAEF (or 0x83EAEF) is unknown color: approx Electric Blue. HEX triplet: 83, EA and EF. RGB value is (131,234,239). Sum of RGB (Red+Green+Blue) = 131+234+239=604 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.69% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #83EAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EAEF is #7C1510. Grayscale: #CBCBCB. Windows color (decimal): -8131857 or 15723139. OLE color: 15723139.

HSL color Cylindrical-coordinate representation of color #83EAEF: hue angle of 182.78º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EAEF is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB131234239-
CMYK0.450.0200.06
HSL182.78º77.14%72.55%-
HSV(B)182.78º45.19%93.73%-
XYZ54.3669.992.29-
YUV203.77147.8876.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.69%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 239 (93.75% from 255) = 39.57%
R=21.69%
G=38.74%
B=39.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312342390.450.0200.06182.7877.1472.55
Hex83EAEF2D206b74d49
Octal20335235755206267115111
Binary1000001111101010111011111011011001101011011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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