#82EEEE

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

Shades of Electric Blue #82EEEE

Tints of Electric Blue #82EEEE

Color information

#82EEEE (or 0x82EEEE) is unknown color: approx Electric Blue. HEX triplet: 82, EE and EE. RGB value is (130,238,238). Sum of RGB (Red+Green+Blue) = 130+238+238=606 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.45% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #82EEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EEEE is #7D1111. Grayscale: #CDCDCD. Windows color (decimal): -8196370 or 15658626. OLE color: 15658626.

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

Color convert

RGB130238238-
CMYK0.45000.07
HSL180º76.06%72.16%-
HSV(B)180º45.38%93.33%-
XYZ55.2172.0791.89-
YUV205.71146.2274-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.45%
GREEN value IS 238 (93.36% from 255) = 39.27%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=21.45%
G=39.27%
B=39.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302382380.45000.0718076.0672.16
Hex82EEEE2D007b44c48
Octal20235635655007264114110
Binary100000101110111011101110101101001111011010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82EEEE; }

 p { color: rgb(130,238,238); }

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

<style>
 a { background-color: #82EEEE; }

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

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

<style>
 span { border-color: #82EEEE; }

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

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