#82EAFF

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

Shades of Electric Blue #82EAFF

Tints of Electric Blue #82EAFF

Color information

#82EAFF (or 0x82EAFF) is unknown color: approx Electric Blue. HEX triplet: 82, EA and FF. RGB value is (130,234,255). Sum of RGB (Red+Green+Blue) = 130+234+255=619 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.00% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #82EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EAFF is #7D1500. Grayscale: #CDCDCD. Windows color (decimal): -8197377 or 16771714. OLE color: 16771714.

HSL color Cylindrical-coordinate representation of color #82EAFF: hue angle of 190.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82EAFF is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB130234255-
CMYK0.490.0800
HSL190.08º100%75.49%-
HSV(B)190.08º49.02%100%-
XYZ56.6870.81105.29-
YUV205.3156.0474.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.00%
GREEN value IS 234 (91.80% from 255) = 37.80%
BLUE value IS 255 (100% from 255) = 41.20%
R=21.00%
G=37.80%
B=41.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1302342550.490.0800190.0810075.49
Hex82EAFF31800be644b
Octal202352377611000276144113
Binary1000001011101010111111111100011000001011111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,234,255); }

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

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

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

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

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

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

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