#82FCFD

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

Shades of Electric Blue #82FCFD

Tints of Electric Blue #82FCFD

Color information

#82FCFD (or 0x82FCFD) is unknown color: approx Electric Blue. HEX triplet: 82, FC and FD. RGB value is (130,252,253). Sum of RGB (Red+Green+Blue) = 130+252+253=635 (84% of max value = 765). Red value is 130 (51.17% from 255 or 20.47% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #82FCFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FCFD is #7D0302. Grayscale: #D7D7D7. Windows color (decimal): -8192771 or 16645250. OLE color: 16645250.

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

Color convert

RGB130252253-
CMYK0.490.0000.01
HSL180.49º96.85%75.1%-
HSV(B)180.49º48.62%99.22%-
XYZ61.7581.46105.4-
YUV215.64149.0866.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.47%
GREEN value IS 252 (98.83% from 255) = 39.69%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=20.47%
G=39.69%
B=39.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302522530.490.0000.01180.4996.8575.1
Hex82FCFD31001b4614b
Octal20237437561001264141113
Binary1000001011111100111111011100010011011010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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