#83FBAF

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

Shades of Vista Blue #83FBAF

Tints of Vista Blue #83FBAF

Color information

#83FBAF (or 0x83FBAF) is unknown color: approx Vista Blue. HEX triplet: 83, FB and AF. RGB value is (131,251,175). Sum of RGB (Red+Green+Blue) = 131+251+175=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83FBAF is #7C0450. Grayscale: #CECECE. Windows color (decimal): -8127569 or 11533187. OLE color: 11533187.

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

Color convert

RGB131251175-
CMYK0.4800.300.02
HSL142º93.75%74.9%-
HSV(B)142º47.81%98.43%-
XYZ51.676.9152.68-
YUV206.46110.2474.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.52%
GREEN value IS 251 (98.44% from 255) = 45.06%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=23.52%
G=45.06%
B=31.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312511750.4800.300.0214293.7574.9
Hex83FBAF3001E28e5e4b
Octal203373257600362216136113
Binary100000111111101110101111110000011110101000111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,251,175); }

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

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

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

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

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

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

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