#82F1FD

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

Shades of Electric Blue #82F1FD

Tints of Electric Blue #82F1FD

Color information

#82F1FD (or 0x82F1FD) is unknown color: approx Electric Blue. HEX triplet: 82, F1 and FD. RGB value is (130,241,253). Sum of RGB (Red+Green+Blue) = 130+241+253=624 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.83% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #82F1FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F1FD is #7D0E02. Grayscale: #D1D1D1. Windows color (decimal): -8195587 or 16642434. OLE color: 16642434.

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

Color convert

RGB130241253-
CMYK0.490.0500.01
HSL185.85º96.85%75.1%-
HSV(B)185.85º48.62%99.22%-
XYZ58.3974.75104.28-
YUV209.18152.7371.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.83%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=20.83%
G=38.62%
B=40.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302412530.490.0500.01185.8596.8575.1
Hex82F1FD31501ba614b
Octal20236137561501272141113
Binary100000101111000111111101110001101011011101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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