#83EFEC

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

Shades of Electric Blue #83EFEC

Tints of Electric Blue #83EFEC

Color information

#83EFEC (or 0x83EFEC) is unknown color: approx Electric Blue. HEX triplet: 83, EF and EC. RGB value is (131,239,236). Sum of RGB (Red+Green+Blue) = 131+239+236=606 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.62% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EFEC is #7C1013. Grayscale: #CECECE. Windows color (decimal): -8130580 or 15527811. OLE color: 15527811.

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

Color convert

RGB131239236-
CMYK0.4500.010.06
HSL178.33º77.14%72.55%-
HSV(B)178.33º45.19%93.73%-
XYZ55.3772.6190.45-
YUV206.37144.7274.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.62%
GREEN value IS 239 (93.75% from 255) = 39.44%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=21.62%
G=39.44%
B=38.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312392360.4500.010.06178.3377.1472.55
Hex83EFEC2D016b24d49
Octal20335735455016262115111
Binary100000111110111111101100101101011101011001010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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