#82F5FC

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

Shades of Electric Blue #82F5FC

Tints of Electric Blue #82F5FC

Color information

#82F5FC (or 0x82F5FC) is unknown color: approx Electric Blue. HEX triplet: 82, F5 and FC. RGB value is (130,245,252). Sum of RGB (Red+Green+Blue) = 130+245+252=627 (83% of max value = 765). Red value is 130 (51.17% from 255 or 20.73% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #82F5FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F5FC is #7D0A03. Grayscale: #D3D3D3. Windows color (decimal): -8194564 or 16577922. OLE color: 16577922.

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

Color convert

RGB130245252-
CMYK0.480.0300.01
HSL183.44º95.31%74.9%-
HSV(B)183.44º48.41%98.82%-
XYZ59.4377.08103.84-
YUV211.41150.969.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.73%
GREEN value IS 245 (96.09% from 255) = 39.07%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=20.73%
G=39.07%
B=40.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302452520.480.0300.01183.4495.3174.9
Hex82F5FC30301b75f4b
Octal20236537460301267137113
Binary10000010111101011111110011000011011011011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,245,252); }

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

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

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

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

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

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

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