#83F5FA

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

Shades of Electric Blue #83F5FA

Tints of Electric Blue #83F5FA

Color information

#83F5FA (or 0x83F5FA) is unknown color: approx Electric Blue. HEX triplet: 83, F5 and FA. RGB value is (131,245,250). Sum of RGB (Red+Green+Blue) = 131+245+250=626 (82% of max value = 765). Red value is 131 (51.56% from 255 or 20.93% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #83F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F5FA is #7C0A05. Grayscale: #D3D3D3. Windows color (decimal): -8129030 or 16446851. OLE color: 16446851.

HSL color Cylindrical-coordinate representation of color #83F5FA: hue angle of 182.52º 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 #83F5FA is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131245250-
CMYK0.480.0200.02
HSL182.52º92.25%74.71%-
HSV(B)182.52º47.6%98.04%-
XYZ59.2777.03102.19-
YUV211.48149.7370.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.93%
GREEN value IS 245 (96.09% from 255) = 39.14%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=20.93%
G=39.14%
B=39.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312452500.480.0200.02182.5292.2574.71
Hex83F5FA30202b75c4b
Octal20336537260202267134113
Binary100000111111010111111010110000100101011011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83F5FA; }

 p { color: rgb(131,245,250); }

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

<style>
 a { background-color: #83F5FA; }

 a { background-color: rgb(131,245,250); }

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

<style>
 span { border-color: #83F5FA; }

 span { border-color: rgb(131,245,250); }

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