#82F2FD

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

Shades of Electric Blue #82F2FD

Tints of Electric Blue #82F2FD

Color information

#82F2FD (or 0x82F2FD) is unknown color: approx Electric Blue. HEX triplet: 82, F2 and FD. RGB value is (130,242,253). Sum of RGB (Red+Green+Blue) = 130+242+253=625 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.8% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #82F2FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F2FD is #7D0D02. Grayscale: #D1D1D1. Windows color (decimal): -8195331 or 16642690. OLE color: 16642690.

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

Color convert

RGB130242253-
CMYK0.490.0400.01
HSL185.37º96.85%75.1%-
HSV(B)185.37º48.62%99.22%-
XYZ58.6975.34104.38-
YUV209.77152.3971.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.8%
GREEN value IS 242 (94.92% from 255) = 38.72%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=20.8%
G=38.72%
B=40.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302422530.490.0400.01185.3796.8575.1
Hex82F2FD31401b9614b
Octal20236237561401271141113
Binary100000101111001011111101110001100011011100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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