#83EFEE

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

Shades of Electric Blue #83EFEE

Tints of Electric Blue #83EFEE

Color information

#83EFEE (or 0x83EFEE) is unknown color: approx Electric Blue. HEX triplet: 83, EF and EE. RGB value is (131,239,238). Sum of RGB (Red+Green+Blue) = 131+239+238=608 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.55% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EFEE is #7C1011. Grayscale: #CECECE. Windows color (decimal): -8130578 or 15658883. OLE color: 15658883.

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

Color convert

RGB131239238-
CMYK0.4500.000.06
HSL179.44º77.14%72.55%-
HSV(B)179.44º45.19%93.73%-
XYZ55.6672.7391.99-
YUV206.59145.7274.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.55%
GREEN value IS 239 (93.75% from 255) = 39.31%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=21.55%
G=39.31%
B=39.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312392380.4500.000.06179.4477.1472.55
Hex83EFEE2D006b34d49
Octal20335735655006263115111
Binary100000111110111111101110101101001101011001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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