#82F9FA

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

Shades of Electric Blue #82F9FA

Tints of Electric Blue #82F9FA

Color information

#82F9FA (or 0x82F9FA) is unknown color: approx Electric Blue. HEX triplet: 82, F9 and FA. RGB value is (130,249,250). Sum of RGB (Red+Green+Blue) = 130+249+250=629 (83% of max value = 765). Red value is 130 (51.17% from 255 or 20.67% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #82F9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F9FA is #7D0605. Grayscale: #D5D5D5. Windows color (decimal): -8193542 or 16447874. OLE color: 16447874.

HSL color Cylindrical-coordinate representation of color #82F9FA: hue angle of 180.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82F9FA is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130249250-
CMYK0.480.0000.02
HSL180.5º92.31%74.51%-
HSV(B)180.5º48%98.04%-
XYZ60.3479.4102.59-
YUV213.53148.5868.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.67%
GREEN value IS 249 (97.66% from 255) = 39.59%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=20.67%
G=39.59%
B=39.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302492500.480.0000.02180.592.3174.51
Hex82F9FA30002b45c4b
Octal20237137260002264134113
Binary10000010111110011111101011000000101011010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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