#82F2FF

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

Shades of Electric Blue #82F2FF

Tints of Electric Blue #82F2FF

Color information

#82F2FF (or 0x82F2FF) is unknown color: approx Electric Blue. HEX triplet: 82, F2 and FF. RGB value is (130,242,255). Sum of RGB (Red+Green+Blue) = 130+242+255=627 (83% of max value = 765). Red value is 130 (51.17% from 255 or 20.73% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #82F2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F2FF is #7D0D00. Grayscale: #D1D1D1. Windows color (decimal): -8195329 or 16773762. OLE color: 16773762.

HSL color Cylindrical-coordinate representation of color #82F2FF: hue angle of 186.24º 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 #82F2FF is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB130242255-
CMYK0.490.0500
HSL186.24º100%75.49%-
HSV(B)186.24º49.02%100%-
XYZ59.0175.47106.06-
YUV209.99153.3970.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.73%
GREEN value IS 242 (94.92% from 255) = 38.60%
BLUE value IS 255 (100% from 255) = 40.67%
R=20.73%
G=38.60%
B=40.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1302422550.490.0500186.2410075.49
Hex82F2FF31500ba644b
Octal20236237761500272144113
Binary100000101111001011111111110001101001011101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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