#83F2FA

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

Shades of Electric Blue #83F2FA

Tints of Electric Blue #83F2FA

Color information

#83F2FA (or 0x83F2FA) is unknown color: approx Electric Blue. HEX triplet: 83, F2 and FA. RGB value is (131,242,250). Sum of RGB (Red+Green+Blue) = 131+242+250=623 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.03% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #83F2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F2FA is #7C0D05. Grayscale: #D1D1D1. Windows color (decimal): -8129798 or 16446083. OLE color: 16446083.

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

Color convert

RGB131242250-
CMYK0.480.0300.02
HSL184.03º92.25%74.71%-
HSV(B)184.03º47.6%98.04%-
XYZ58.3775.23101.89-
YUV209.72150.7371.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.03%
GREEN value IS 242 (94.92% from 255) = 38.84%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=21.03%
G=38.84%
B=40.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312422500.480.0300.02184.0392.2574.71
Hex83F2FA30302b85c4b
Octal20336237260302270134113
Binary100000111111001011111010110000110101011100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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