#83F4FA

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

Shades of Electric Blue #83F4FA

Tints of Electric Blue #83F4FA

Color information

#83F4FA (or 0x83F4FA) is unknown color: approx Electric Blue. HEX triplet: 83, F4 and FA. RGB value is (131,244,250). Sum of RGB (Red+Green+Blue) = 131+244+250=625 (82% of max value = 765). Red value is 131 (51.56% from 255 or 20.96% from 625); Green value is 244 (95.70% from 255 or 39.04% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #83F4FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F4FA is #7C0B05. Grayscale: #D2D2D2. Windows color (decimal): -8129286 or 16446595. OLE color: 16446595.

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

Color convert

RGB131244250-
CMYK0.480.0200.02
HSL183.03º92.25%74.71%-
HSV(B)183.03º47.6%98.04%-
XYZ58.9776.43102.09-
YUV210.9150.0671.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.96%
GREEN value IS 244 (95.70% from 255) = 39.04%
BLUE value IS 250 (98.05% from 255) = 40%
R=20.96%
G=39.04%
B=40%

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
Decimal1312442500.480.0200.02183.0392.2574.71
Hex83F4FA30202b75c4b
Octal20336437260202267134113
Binary100000111111010011111010110000100101011011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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