#83FBB0

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

Shades of Vista Blue #83FBB0

Tints of Vista Blue #83FBB0

Color information

#83FBB0 (or 0x83FBB0) is unknown color: approx Vista Blue. HEX triplet: 83, FB and B0. RGB value is (131,251,176). Sum of RGB (Red+Green+Blue) = 131+251+176=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83FBB0 is #7C044F. Grayscale: #CECECE. Windows color (decimal): -8127568 or 11598723. OLE color: 11598723.

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

Color convert

RGB131251176-
CMYK0.4800.300.02
HSL142.5º93.75%74.9%-
HSV(B)142.5º47.81%98.43%-
XYZ51.6976.9553.2-
YUV206.57110.7474.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.48%
GREEN value IS 251 (98.44% from 255) = 44.98%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=23.48%
G=44.98%
B=31.54%

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
Decimal1312511760.4800.300.02142.593.7574.9
Hex83FBB03001E28e5e4b
Octal203373260600362216136113
Binary100000111111101110110000110000011110101000111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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