#83FAFA

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

Shades of Electric Blue #83FAFA

Tints of Electric Blue #83FAFA

Color information

#83FAFA (or 0x83FAFA) is unknown color: approx Electric Blue. HEX triplet: 83, FA and FA. RGB value is (131,250,250). Sum of RGB (Red+Green+Blue) = 131+250+250=631 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.76% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #83FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FAFA is #7C0505. Grayscale: #D6D6D6. Windows color (decimal): -8127750 or 16448131. OLE color: 16448131.

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

Color convert

RGB131250250-
CMYK0.48000.02
HSL180º92.25%74.71%-
HSV(B)180º47.6%98.04%-
XYZ60.880.1102.7-
YUV214.42148.0868.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.76%
GREEN value IS 250 (98.05% from 255) = 39.62%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=20.76%
G=39.62%
B=39.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312502500.48000.0218092.2574.71
Hex83FAFA30002b45c4b
Octal20337237260002264134113
Binary10000011111110101111101011000000101011010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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