#83F7FA

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

Shades of Electric Blue #83F7FA

Tints of Electric Blue #83F7FA

Color information

#83F7FA (or 0x83F7FA) is unknown color: approx Electric Blue. HEX triplet: 83, F7 and FA. RGB value is (131,247,250). Sum of RGB (Red+Green+Blue) = 131+247+250=628 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.86% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #83F7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F7FA is #7C0805. Grayscale: #D4D4D4. Windows color (decimal): -8128518 or 16447363. OLE color: 16447363.

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

Color convert

RGB131247250-
CMYK0.480.0100.02
HSL181.51º92.25%74.71%-
HSV(B)181.51º47.6%98.04%-
XYZ59.8878.25102.39-
YUV212.66149.0769.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.86%
GREEN value IS 247 (96.88% from 255) = 39.33%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=20.86%
G=39.33%
B=39.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312472500.480.0100.02181.5192.2574.71
Hex83F7FA30102b65c4b
Octal20336737260102266134113
Binary10000011111101111111101011000010101011011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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