#82F9FD

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

Shades of Electric Blue #82F9FD

Tints of Electric Blue #82F9FD

Color information

#82F9FD (or 0x82F9FD) is unknown color: approx Electric Blue. HEX triplet: 82, F9 and FD. RGB value is (130,249,253). Sum of RGB (Red+Green+Blue) = 130+249+253=632 (83% of max value = 765). Red value is 130 (51.17% from 255 or 20.57% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #82F9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F9FD is #7D0602. Grayscale: #D5D5D5. Windows color (decimal): -8193539 or 16644482. OLE color: 16644482.

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

Color convert

RGB130249253-
CMYK0.490.0200.01
HSL181.95º96.85%75.1%-
HSV(B)181.95º48.62%99.22%-
XYZ60.8179.59105.09-
YUV213.88150.0868.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.57%
GREEN value IS 249 (97.66% from 255) = 39.40%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=20.57%
G=39.40%
B=40.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302492530.490.0200.01181.9596.8575.1
Hex82F9FD31201b6614b
Octal20237137561201266141113
Binary10000010111110011111110111000110011011011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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